This commit is contained in:
xiaozhiyong
2023-03-24 10:41:38 +08:00
parent a7ae4cd7d9
commit 4176a82927
6 changed files with 43 additions and 91 deletions

View File

@@ -357,7 +357,7 @@
// this.goCall()
// break;
default:
console.log('item.link')
// console.log('item.link')
uni.navigateTo({
url: '/pages/tabbar/home/link?url=' + encodeURIComponent(JSON.stringify(item.link))
})
@@ -686,7 +686,7 @@
scanType: 'qrCode',
onlyFromCamera: false,
success: (res) => {
console.log(res.result)
// console.log(res.result)
this.getScanRes(res.result)
},
fail: (err) => {