充值记录查看凭证,检查二维码和上传凭证问题,首页获取商户列表更改

This commit is contained in:
2024-10-29 15:25:42 +08:00
parent e94051f7c9
commit 1bb3d6dddb
10 changed files with 59 additions and 12 deletions

View File

@@ -97,6 +97,7 @@ Page({
wx.scanCode({
scanType: "qrCode",
success: ({ path }) => {
console.log('path', path)
wx.navigateTo({
url: '/' + path,
})