This commit is contained in:
2026-07-02 19:36:49 +08:00
parent bc80e297d5
commit cc4b55ed8e
13 changed files with 1327 additions and 93 deletions
+4
View File
@@ -267,6 +267,10 @@
* 菜单扫一扫
*/
const handleMenuScan = (path) => {
uni.navigateTo({
url: path + `?id=PPA031S03-25607419-2511410009`
})
return
wx.scanCode({
scanType: ['datamatrix', 'barCode', 'qrCode', 'wxCode', 'pdf417'],
success(res) {