Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
2232030f
Commit
2232030f
authored
Mar 06, 2019
by
Junling Bu
Browse files
fix[litemall-wx, renard-wx]: 物流单号采用logisticCode
parent
73b83ed8
Changes
4
Hide whitespace changes
Inline
Side-by-side
litemall-wx/pages/groupon/grouponDetail/grouponDetail.wxml
View file @
2232030f
...
@@ -73,8 +73,8 @@
...
@@ -73,8 +73,8 @@
<view class="order-express" bindtap="expandDetail" wx:if="{{ handleOption.confirm }}">
<view class="order-express" bindtap="expandDetail" wx:if="{{ handleOption.confirm }}">
<view class="expand">
<view class="expand">
<view class="title">
<view class="title">
<view class="t">快递公司:{{expressInfo.
exp
Name}}</view>
<view class="t">快递公司:{{expressInfo.
shipper
Name}}</view>
<view class="b">物流单号:{{expressInfo.
exp
Code}}</view>
<view class="b">物流单号:{{expressInfo.
logistic
Code}}</view>
</view>
</view>
<image class="ti" src="/static/images/address_right.png" background-size="cover"></image>
<image class="ti" src="/static/images/address_right.png" background-size="cover"></image>
</view>
</view>
...
...
litemall-wx/pages/ucenter/orderDetail/orderDetail.wxml
View file @
2232030f
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<view class="order-express">
<view class="order-express">
<view class="title">
<view class="title">
<view class="t">快递公司:{{expressInfo.shipperName}}</view>
<view class="t">快递公司:{{expressInfo.shipperName}}</view>
<view class="b">物流单号:{{expressInfo.
shipper
Code}}</view>
<view class="b">物流单号:{{expressInfo.
logistic
Code}}</view>
</view>
</view>
<image class="ti" src="/static/images/address_right.png" background-size="cover"></image>
<image class="ti" src="/static/images/address_right.png" background-size="cover"></image>
</view>
</view>
...
...
renard-wx/pages/groupon/grouponDetail/grouponDetail.wxml
View file @
2232030f
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<view class="expand">
<view class="expand">
<view class="title">
<view class="title">
<view class="t">快递公司:{{expressInfo.shipperName}}</view>
<view class="t">快递公司:{{expressInfo.shipperName}}</view>
<view class="b">物流单号:{{expressInfo.
shipper
Code}}</view>
<view class="b">物流单号:{{expressInfo.
logistic
Code}}</view>
</view>
</view>
<image class="ti" src="/static/images/address_right.png" background-size="cover"></image>
<image class="ti" src="/static/images/address_right.png" background-size="cover"></image>
</view>
</view>
...
...
renard-wx/pages/ucenter/orderDetail/orderDetail.wxml
View file @
2232030f
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<view class="expand">
<view class="expand">
<view class="title">
<view class="title">
<view class="t">快递公司:{{expressInfo.shipperName}}</view>
<view class="t">快递公司:{{expressInfo.shipperName}}</view>
<view class="b">物流单号:{{expressInfo.
shipper
Code}}</view>
<view class="b">物流单号:{{expressInfo.
logistic
Code}}</view>
</view>
</view>
<image class="ti" src="/static/images/address_right.png" background-size="cover"></image>
<image class="ti" src="/static/images/address_right.png" background-size="cover"></image>
</view>
</view>
...
...
Write
Preview
Supports
Markdown
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