wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3a960fe725e40147d774945508b7c12ed7da6bce
Authored by
yvan.ni
2023-05-30 16:52:43 +0800
1 parent
6b34f26b
配送费用的
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart.wxml
packageC/pages/presell/cart/cart.wxml
View file @
3a960fe
...
...
@@ -328,7 +328,7 @@
328
328
</view>
329
329
</block>
330
330
331
- <block
else>
331
+ <block
wx:
else>
332
332
<view class="item" wx:if="{{order.shipping_price>0}}">
333
333
<view>配送费用</view>
334
334
<view class="co-red">¥ {{filters.toFix(order.shipping_price,2)}}元</view>
...
...