Browse Source

中奖记录

bobo 3 years ago
parent
commit
e051a47f73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/luckDraw/detail.wxml

+ 1 - 1
pages/luckDraw/detail.wxml

@@ -92,7 +92,7 @@
            <image wx:if="{{hitResult.goodsBigImage}}" src="{{hitResult.goodsBigImage}}" />
            <image src="/images/luck-draw/gift.png" wx:else />
         </view>
-        <view class="prize-tip">{{hitResult.hitDesc}}</view>
+        <view class="prize-tip">{{hitResult.hitDesc || ""}}</view>
         <view class="btns">
             <view class="_btn _confirm" catchtap="closeDlg">确定</view>
             <navigator class="_btn _exchange"