|
@@ -93,14 +93,8 @@
|
|
<view class="prize-tip">{{hitResult.hitDesc || ""}}</view>
|
|
<view class="prize-tip">{{hitResult.hitDesc || ""}}</view>
|
|
<view class="btns">
|
|
<view class="btns">
|
|
<view class="_btn _confirm" catchtap="closeDlg">确定</view>
|
|
<view class="_btn _confirm" catchtap="closeDlg">确定</view>
|
|
- <navigator class="_btn _exchange"
|
|
|
|
- target = "miniProgram"
|
|
|
|
- app-id="wxd92a2d29f8022f40"
|
|
|
|
- path="pages/index/index"
|
|
|
|
- extra-data="{foo: 'bar'}"
|
|
|
|
- open-type='navigate'>
|
|
|
|
- 去使用
|
|
|
|
- </navigator>
|
|
|
|
|
|
+ <jumpmallapp wx:if="{{hitResult.goodsType == 1}}" class="_btn _exchange">去使用</jumpmallapp>
|
|
|
|
+ <view wx:if="{{hitResult.goodsType == 3}}" catchtap="toLookHitPhoto" class="_btn _exchange">去使用</view>
|
|
</view>
|
|
</view>
|
|
<image class="_bg" src="/images/luck-draw/hitdlgbg.png" />
|
|
<image class="_bg" src="/images/luck-draw/hitdlgbg.png" />
|
|
</view>
|
|
</view>
|