Parcourir la source

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

bobo il y a 3 ans
Parent
commit
80bd1c1a8b

BIN
images/luck-draw/nogift.png


+ 2 - 2
pages/luckDraw/recordPrize.wxml

@@ -36,14 +36,14 @@
   <block wx:else="{{item.isHit == 0}}" wx>
     <view class="no-record flex-row">
       <view class="record-content">
-        <view class="record-title over-ellipsis">{{item.goodsName?item.goodsName:'空奖'}}</view>
+        <view class="record-title over-ellipsis">未中奖</view>
         <view class="record-data flex-row">
           <view class="record-data-time">{{item.createTime}}</view>
          
         </view>
       </view>
       <view class="record-img flex-column">
-        <image class="record-img-url" src="{{item.fullGoodsSmallImage?item.fullGoodsSmallImage:'/images/luck-draw/nogift.png'}}"></image>
+        <image class="no-record-img-url" src="/images/luck-draw/nogift.png"></image>
       </view>
     </view>
   </block>

+ 5 - 0
pages/luckDraw/recordPrize.wxss

@@ -79,6 +79,11 @@ page{
   height: 166rpx;
 }
 
+.no-record-img-url{
+  width: 119rpx;
+  height: 127rpx;
+}
+
 .record-refund{
   width: 139rpx;
   height: 40rpx;