Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
4f4d43fc
Commit
4f4d43fc
authored
May 13, 2020
by
谢中龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hotwind_dev_7.12.0' into 'hotwind_dev_7.13.0'
修改退单详情 See merge request
!200
parents
c7ce56ee
63ae1a73
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
30 deletions
+33
-30
refundDetail.wxml
src/pages/refundDetail/refundDetail.wxml
+30
-30
refundDetail.wxss
src/pages/refundDetail/refundDetail.wxss
+3
-0
No files found.
src/pages/refundDetail/refundDetail.wxml
View file @
4f4d43fc
...
...
@@ -29,23 +29,45 @@
<view class="desc">退货成功,很抱歉给您带来了不便~</view>
</view>
</view>
<view class="logistics-wrap">
<view class="logistics-info"
wx:if="{{refundDetail.refundLogistic.supplierName}}"
>
<!-- t退单物流信息 -->
<view class="logistics-wrap"
wx:if="{{refundDetail.refundLogistic.supplierName}}"
>
<view class="logistics-info">
<view class="logistics-item">
<text>物流公司</text>
<text class="company">{{refundDetail.refundLogistic.supplierName}}</text>
<!-- <text class="company">{{refundDetail.refundLogistic.supplierName}}</text> -->
</view>
<view class="logistics-item">
<text>快递单号</text>
<text class="company">{{refundDetail.refundLogistic.code}}</text>
<!--<text class="company">{{refundDetail.refundLogistic.code}}</text>-->
</view>
<view class="write-logistics" bindtap="tapWriteLogis" wx:if="{{refundDetail.status == 'A'}}">
<button class="btn btn-primary btn-outline write-btn">填写物流信息</button>
<!-- <view class="write-logistics" bindtap="tapWriteLogis" >
<button class="btn btn-primary btn-outline write-btn">查看物流信息</button>
</view> -->
</view>
</view>
<!-- 商品退单说明 -->
<!-- 寄回提示 -->
<view class="warn-tips" wx:if="{{openRefundTips}}">
<view class="header">请将退货商品,邮寄到以下地址:</view>
<view class="tips-content gray-bg">
<view class="tips-content-item flex-item">
<label>收货人:{{refundDetail.refundLogistic.receiverName}}</label>
<label>{{refundDetail.refundLogistic.receiverPhone}}</label>
</view>
<view class="tips-content-item">
<!-- <label>地址:{{refundDetail.refundLogistic.receiverAddress}}</label> -->
<label>地址:{{refundDetail.refundLogistic.receiverAddress}}
<view class="copy" wx:if="{{refundDetail.refundLogistic.receiverAddress}}" bindtap="copy" data-content="{{refundDetail.refundLogistic.receiverAddress}}">复制</view>
</label>
</view>
</view>
</view>
<!-- 温馨提示 -->
<view class="warn-tips" wx:if="{{openRefundTips}}">
<view class="header">退货须知:</view>
<view class="tips-content">
{{refundTips}}
</view>
</view>
<view class="pro-wrap">
...
...
@@ -72,29 +94,7 @@
</view>
</block>
</view>
<!-- 寄回提示 -->
<view class="warn-tips" wx:if="{{openRefundTips}}">
<view class="header">请将退货商品,邮寄到以下地址:</view>
<view class="tips-content gray-bg">
<view class="tips-content-item flex-item">
<label>收货人:{{refundDetail.refundLogistic.receiverName}}</label>
<label>{{refundDetail.refundLogistic.receiverPhone}}</label>
</view>
<view class="tips-content-item">
<!-- <label>地址:{{refundDetail.refundLogistic.receiverAddress}}</label> -->
<label>地址:{{refundDetail.refundLogistic.receiverAddress}}
<view class="copy" wx:if="{{refundDetail.refundLogistic.receiverAddress}}" bindtap="copy" data-content="{{refundDetail.refundLogistic.receiverAddress}}">复制</view>
</label>
</view>
</view>
</view>
<!-- 温馨提示 -->
<view class="warn-tips" wx:if="{{openRefundTips}}">
<view class="header">退货须知:</view>
<view class="tips-content">
{{refundTips}}
</view>
</view>
<view class="refund-info">
<view class="refund-item">
...
...
src/pages/refundDetail/refundDetail.wxss
View file @
4f4d43fc
...
...
@@ -72,10 +72,13 @@ page{
.pro-wrap{
padding: 19rpx 32rpx 53rpx 30rpx;
background-color: #ffffff;
margin-top: 10rpx;
}
.choose-pro{
color: #757575;
font-size: 26rpx;
color: #333333;
font-weight: bold;
}
.pro-total-price{
font-size: 26rpx;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment