|
@@ -37,7 +37,7 @@
|
|
|
<view class="_gift _turn_btn" catchtap="turnPrize">
|
|
|
<button wx:if="{{!isLogin}}" class="phone-button" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" />
|
|
|
<image class="_bg" src="/images/luck-draw/gift-booth-center.png" />
|
|
|
- <view class="_nums">
|
|
|
+ <view wx:if="{{isLogin}}" class="_nums">
|
|
|
<text>{{remainNum}}/{{allNum}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -86,13 +86,13 @@
|
|
|
恭喜您中奖了!
|
|
|
<image src="/images/luck-draw/hbar.png" />
|
|
|
</view>
|
|
|
- <view class="prize-subtitle">抽到神秘大奖一份~</view>
|
|
|
+ <view class="prize-subtitle">{{hitResult.goodsName}}</view>
|
|
|
<view class="prize-figure">
|
|
|
<!-- 图片封面 -->
|
|
|
<image wx:if="{{hitResult.goodsBigImage}}" src="{{hitResult.goodsBigImage}}" />
|
|
|
<image src="/images/luck-draw/gift.png" wx:else />
|
|
|
</view>
|
|
|
- <view class="prize-tip">{{hitResult.goodsName}}</view>
|
|
|
+ <view class="prize-tip">{{hitResult.hitDesc || ""}}</view>
|
|
|
<view class="btns">
|
|
|
<view class="_btn _confirm" catchtap="closeDlg">确定</view>
|
|
|
<navigator class="_btn _exchange"
|