Commit 8c2da126 by 高淑倩

skuImgUrl

parent 2a5c3689
......@@ -63,7 +63,7 @@
<view class="upload_Item">
<image
class="upload_Item_img"
src="{{sub.mainImgUrl}}"
src="{{sub.skuImgUrl}}"
bindtap='goProDetail'
data-id='{{sub.goodsId}}'
/>
......@@ -93,7 +93,7 @@
<view class="upload_Item">
<image
class="upload_Item_img"
src="{{sub.mainImgUrl}}"
src="{{sub.skuImgUrl}}"
bindtap='goProDetail'
data-id='{{sub.goodsId}}'
/>
......
......@@ -54,7 +54,7 @@
<view class="pro-wrap">
<block wx:for="{{detail.skuVOList}}" wx:for-item="item" wx:key="">
<view class="pro-list">
<image class="pro-img" src="{{item.mainImgUrl}}" />
<image class="pro-img" src="{{item.skuImgUrl}}" />
<view class="pro-info">
<view class="pro-name">{{item.productName}}</view>
<view class="pro-desc">
......
......@@ -6,6 +6,10 @@ page{
padding-bottom: 95rpx;
overflow-x: hidden;
}
.order-number-item {
display: flex;
align-items: center;
}
.header-wrap{
position: relative;
height: 180rpx;
......
......@@ -14,7 +14,7 @@
/>
</view>
<view class="pro-info">
<image class="pro-img" src="{{item.mainImgUrl ? item.mainImgUrl: '/assets/imgs/7_1_0/icon.png'}}" mode="widthFix" />
<image class="pro-img" src="{{item.skuImgUrl ? item.skuImgUrl: '/assets/imgs/7_1_0/icon.png'}}" mode="widthFix" />
<view class="pro-right-info">
<view class="pro-name">{{item.name}}</view>
<view class="pro-sku">{{item.sku}}</view>
......
......@@ -57,7 +57,7 @@
</view>
<block wx:for="{{refundDetail.tradeVO.skuVOList}}" wx:for-item="item" wx:key="{{item}}">
<view class="pro-list">
<image class="pro-img" src="{{item.mainImgUrl}}" />
<image class="pro-img" src="{{item.skuImgUrl}}" />
<view class="pro-info">
<view class="pro-name">{{item.productName}}</view>
<view class="pro-desc">
......@@ -92,7 +92,7 @@
<view class="refund-item">
<text class="refund-label">寄回信息</text>
<text class="refund-desc" selectable="true">{{refundDetail.refundLogistic.receiverAddress}}</text>
<view class="copy" bindtap="copy" data-content="{{refundDetail.refundLogistic.receiverAddress}}">复制</view>
<view class="copy" wx:if="{{refundDetail.refundLogistic.receiverAddress}}" bindtap="copy" data-content="{{refundDetail.refundLogistic.receiverAddress}}">复制</view>
</view>
<view class="refund-item">
<text class="refund-label">退货凭证</text>
......
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