|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="m-drived-colum"></view> |
|
|
|
|
<view class="m-head-content" @click="goNFC"> |
|
|
|
|
<view class="m-head-content"> |
|
|
|
|
<view class="m-nums seal">{{ ticketNum }}</view> |
|
|
|
|
<view class="m-text"> |
|
|
|
|
<image src="/static/images/index/icon_sheet-number.png" alt="" /> |
|
|
|
@ -126,6 +126,8 @@ export default { |
|
|
|
|
// }) |
|
|
|
|
}, |
|
|
|
|
goList() { |
|
|
|
|
uni.removeStorageSync('ALL_TICKET') |
|
|
|
|
uni.removeStorageSync('EVENT') |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/pages/ticketCheckingRecord' |
|
|
|
|
}); |
|
|
|
@ -215,6 +217,8 @@ export default { |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
scanCode() { |
|
|
|
|
uni.removeStorageSync('ALL_TICKET') |
|
|
|
|
uni.removeStorageSync('EVENT') |
|
|
|
|
uni.scanCode({ |
|
|
|
|
onlyFromCamera: true, |
|
|
|
|
scanType: ['qrCode'], |
|
|
|
|