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
3d40cd530d8d11eb30e7ab9f836db27736809fc0
Authored by
后端研发-倪永富
2020-09-25 17:36:55 +0800
1 parent
e644836f
cart2 商品金额加圆角
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2/cart2.wxml
pages/cart/cart2/cart2.wxml
View file @
3d40cd5
...
...
@@ -304,7 +304,7 @@
304
304
305
305
</block>
306
306
307
- <view class="information bdr
_b-
14">
307
+ <view class="information bdr
14">
308
308
<view class="item" wx:if="{{formData.all_price>0}}">
309
309
<view>商品金额</view>
310
310
<view class="co-red">¥ {{formData.all_price}}元</view>
...
...