|
@@ -62,7 +62,8 @@
|
|
|
|
|
|
<!-- 开启盲票 -->
|
|
|
<view class="ticket-btn flex">
|
|
|
- <image class="ticket-btn-game" src="../../static/ticketBox/ticket_game.png" mode="scaleToFill" @click="toRollingGame"></image>
|
|
|
+ <!-- <image class="ticket-btn-game" src="../../static/ticketBox/ticket_game.png" mode="scaleToFill" @click="toRollingGame"></image> -->
|
|
|
+ <image class="ticket-btn-game" src="" mode="scaleToFill" ></image>
|
|
|
<view class="ticket-btn-center flex" @click="exchange">
|
|
|
<image src="../../static/ticketBox/ticket_btn_center.png" mode="scaleToFill"></image>
|
|
|
<view class="ticket-btn-center-txt">刮开盲票</view>
|
|
@@ -295,8 +296,11 @@
|
|
|
|
|
|
toProcess(id) {
|
|
|
this.payShow = false
|
|
|
+ // uni.navigateTo({
|
|
|
+ // url: `/packagePrize/rolling/index?boxId=${ this.info.boxId }&orderId=${ id }&isTry=0`
|
|
|
+ // })
|
|
|
uni.navigateTo({
|
|
|
- url: `/packagePrize/rolling/index?boxId=${ this.info.boxId }&orderId=${ id }&isTry=0`
|
|
|
+ url: `/packagePrize/purchase/index?boxId=${ this.info.boxId }&orderId=${ id }&isTry=0`
|
|
|
})
|
|
|
},
|
|
|
|