Commit 7bbe7750 authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-wx]: 修复小商场checkout.xml

parent 4cee1e85
...@@ -72,8 +72,8 @@ ...@@ -72,8 +72,8 @@
<text class="name">{{item.goodsName}}</text> <text class="name">{{item.goodsName}}</text>
<text class="number">x{{item.number}}</text> <text class="number">x{{item.number}}</text>
</view> </view>
<view class="m">{{item.goodsSpecificationValues}}</view> <view class="m">{{item.specifications}}</view>
<view class="b">¥{{item.retailPrice}}</view> <view class="b">¥{{item.price}}</view>
</view> </view>
</view> </view>
</view> </view>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment