This commit is contained in:
limqhz
2021-02-25 08:57:16 +08:00
parent 798893e65d
commit b07f61006c
4 changed files with 70 additions and 67 deletions

View File

@@ -224,6 +224,7 @@ Page({
// duration: 5000
// })qr
scanVenue = res.result;
console.log(res.result);
wx.navigateTo({
url: '/pages/scanCode/index?venueId=' + scanVenue,
})