| | |
| | | </view> |
| | | |
| | | <view class="modal-buttons" v-if="currentPrize.id !== 'notWIn'"> |
| | | <button class="confirm-btn" @tap="useItNow">去购物</button> |
| | | <button class="confirm-btn" @tap="useItNow">去兑换</button> |
| | | </view> |
| | | <view class="modal-buttons" v-else> |
| | | <button class="confirm-btn" @tap="closePrizeModal">确定</button> |
| | |
| | | let extend = {shareId:shareId} |
| | | param.extend = JSON.stringify(extend) |
| | | addPrizeNum(param); |
| | | } |
| | | |
| | | let param2 = { |
| | | addType:"USER_STAY_TIME", |
| | | extend:"", |
| | | } |
| | | addPrizeNum(param2); |
| | | } |
| | | }, |
| | | async onLoad(option) { |
| | | if(option.shareId){ |