Sfoglia il codice sorgente

Merge branch 'jeffrey/feat/coupon-center' of http://git.ahamu.cn:9202/xing.li/share_activity into jeffrey/feat/coupon-center

bobo 3 anni fa
parent
commit
51a955c156
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/luckDraw/recordPrize.wxml

+ 1 - 1
pages/luckDraw/recordPrize.wxml

@@ -43,7 +43,7 @@
         </view>
         </view>
       </view>
       </view>
       <view class="record-img flex-column">
       <view class="record-img flex-column">
-        <image class="record-img-url" src="{{item.fullGoodsSmallImage}}"></image>
+        <image class="record-img-url" src="{{item.fullGoodsSmallImage?item.fullGoodsSmallImage:'/images/luck-draw/nogift'}}"></image>
       </view>
       </view>
     </view>
     </view>
   </block>
   </block>