kk.shi лет назад: 3
Родитель
Сommit
5394ead98e
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      pages/luckDraw/profile.wxml
  2. 2 2
      pages/luckDraw/recordPrize.wxml

+ 2 - 2
pages/luckDraw/profile.wxml

@@ -27,7 +27,7 @@
           </view>
         </view>
         <view class="coupon-img flex-column">
-          <image class="coupon-img-url" src="{{item.fullGoodsSmallImage}}"></image>
+          <image class="coupon-img-url" src="{{item.fullGoodsBigImage}}"></image>
         </view>
       </navigator>
     </view>
@@ -48,7 +48,7 @@
         </view>
       </view>
       <view class="coupon-img flex-column">
-        <image class="coupon-img-url" src="{{item.fullGoodsSmallImage}}"></image>
+        <image class="coupon-img-url" src="{{item.fullGoodsBigImage}}"></image>
       </view>
     </view>
     <view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂无可领取奖品 ————</view>

+ 2 - 2
pages/luckDraw/recordPrize.wxml

@@ -13,7 +13,7 @@
         </view>
       </view>
       <view class="record-img flex-column">
-        <image class="record-img-url" src="{{item.fullGoodsSmallImage}}"></image>
+        <image class="record-img-url" src="{{item.fullGoodsBigImage}}"></image>
       </view>
     </navigator>
   </block>
@@ -29,7 +29,7 @@
         </view>
       </view>
       <view class="record-img flex-column">
-        <image class="record-img-url" src="{{item.fullGoodsSmallImage}}"></image>
+        <image class="record-img-url" src="{{item.fullGoodsBigImage}}"></image>
       </view>
     </view>
   </block>