@@ -58,7 +58,7 @@ export default {
this.show = true
this.$nextTick(() => {
if (this.$refs.video) {
- this.$toast('测试测试')
+ // this.$toast('测试测试')
this.startScanner()
}
})
@@ -85,7 +85,7 @@ export default {
sweepSuccess(result) {
this.checkJson.answer2 = result
this.$refs.qrScannerRef.close()
- this.$toast(result)
+ // this.$toast(result)
this.$forceUpdate()
},
sweepError(error) {