Commit 1b001430 by 高淑倩

add: 订单详情_商品信息

parent 35fde4bb
......@@ -32,16 +32,16 @@
<text class="total-price">¥{{refundDetail.amount}}</text>
</view>
</view>
<block wx:for="{{refundDetail.skuList}}" wx:for-item="item" wx:key="{{item}}">
<block wx:for="{{refundDetail.tradeVO.skuVOList}}" wx:for-item="item" wx:key="{{item}}">
<view class="pro-list">
<image class="pro-img" src="/assets/imgs/7_1_0/address-line.png" />
<image class="pro-img" src="{{item.mainImgUrl}}" />
<view class="pro-info">
<view class="pro-name">商品名称商品名称商品名称商品名称商品名称商品名称商品名称商品名称商品名称商品名</view>
<view class="pro-name">{{item.productName}}</view>
<view class="pro-desc">
规格
规格 {{item.skuSpec}}
</view>
<view class="pro-price">
<text class="price">¥{{item.amount}}</text>
<text class="price">¥{{item.price}}</text>
<text class="number">x {{item.count}}</text>
</view>
</view>
......
Markdown is supported
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