|
@@ -82,13 +82,12 @@
|
|
<view class="prize-body">
|
|
<view class="prize-body">
|
|
<view class="prize-title">
|
|
<view class="prize-title">
|
|
恭喜您中奖了!
|
|
恭喜您中奖了!
|
|
- <image src="/images/luck-draw/hbar.png" />
|
|
|
|
</view>
|
|
</view>
|
|
<view class="prize-subtitle">{{hitResult.goodsName}}</view>
|
|
<view class="prize-subtitle">{{hitResult.goodsName}}</view>
|
|
<view class="prize-figure">
|
|
<view class="prize-figure">
|
|
<!-- 图片封面 -->
|
|
<!-- 图片封面 -->
|
|
- <image wx:if="{{hitResult.goodsBigImage}}" src="{{hitResult.goodsBigImage}}" />
|
|
|
|
- <image src="/images/luck-draw/gift.png" wx:else />
|
|
|
|
|
|
+ <image wx:if="{{hitResult.goodsBigImage}}" src="{{hitResult.goodsBigImage}}" mode="aspectFit" />
|
|
|
|
+ <image src="/images/luck-draw/gift.png" mode="aspectFit" wx:else />
|
|
</view>
|
|
</view>
|
|
<view class="prize-tip">{{hitResult.hitDesc || ""}}</view>
|
|
<view class="prize-tip">{{hitResult.hitDesc || ""}}</view>
|
|
<view class="btns">
|
|
<view class="btns">
|
|
@@ -106,17 +105,16 @@
|
|
<view class="prize-body">
|
|
<view class="prize-body">
|
|
<view class="prize-title">
|
|
<view class="prize-title">
|
|
再接再厉!
|
|
再接再厉!
|
|
- <image src="/images/luck-draw/hbar.png" />
|
|
|
|
</view>
|
|
</view>
|
|
<view class="prize-subtitle">离奖品只差一个手势~</view>
|
|
<view class="prize-subtitle">离奖品只差一个手势~</view>
|
|
<view class="prize-figure">
|
|
<view class="prize-figure">
|
|
- <image src="/images/luck-draw/nogift.png" />
|
|
|
|
|
|
+ <image src="/images/luck-draw/nogift.png" mode="aspectFit" />
|
|
</view>
|
|
</view>
|
|
<view class="prize-tip">点击确认继续抽奖!</view>
|
|
<view class="prize-tip">点击确认继续抽奖!</view>
|
|
<view class="btns">
|
|
<view class="btns">
|
|
<view class="_btn _share" catchtap="closeDlg">确认</view>
|
|
<view class="_btn _share" catchtap="closeDlg">确认</view>
|
|
</view>
|
|
</view>
|
|
- <image class="_bg" src="/images/luck-draw/hitdlgbg.png" />
|
|
|
|
|
|
+ <image class="_bg" src="{{popBgPic}}" />
|
|
</view>
|
|
</view>
|
|
<view class="_layer" catchtap="closeDlg" />
|
|
<view class="_layer" catchtap="closeDlg" />
|
|
</view>
|
|
</view>
|
|
@@ -127,17 +125,16 @@
|
|
<view class="prize-body">
|
|
<view class="prize-body">
|
|
<view class="prize-title">
|
|
<view class="prize-title">
|
|
再接再厉!
|
|
再接再厉!
|
|
- <image src="/images/luck-draw/hbar.png" />
|
|
|
|
</view>
|
|
</view>
|
|
<view class="prize-subtitle">离奖品只差一个手势~</view>
|
|
<view class="prize-subtitle">离奖品只差一个手势~</view>
|
|
<view class="prize-figure">
|
|
<view class="prize-figure">
|
|
- <image src="/images/luck-draw/nogift.png" />
|
|
|
|
|
|
+ <image src="/images/luck-draw/nogift.png" mode="aspectFit" />
|
|
</view>
|
|
</view>
|
|
<view class="prize-tip">分享可获得更多抽奖机会!</view>
|
|
<view class="prize-tip">分享可获得更多抽奖机会!</view>
|
|
<view class="btns">
|
|
<view class="btns">
|
|
<button class="_btn _share" open-type="share">分享</button>
|
|
<button class="_btn _share" open-type="share">分享</button>
|
|
</view>
|
|
</view>
|
|
- <image class="_bg" src="/images/luck-draw/hitdlgbg.png" />
|
|
|
|
|
|
+ <image class="_bg" src="{{popBgPic}}" />
|
|
</view>
|
|
</view>
|
|
<view class="_layer" catchtap="closeDlg" />
|
|
<view class="_layer" catchtap="closeDlg" />
|
|
</view>
|
|
</view>
|