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

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

@@ -41,6 +41,7 @@ Page({
async upload(res) {
const result = await uploadPublicFile(res.tempFiles[0]?.tempFilePath)
console.log('upload result', result)
if (result.statusCode !== 200) {
alertInfo("上传失败")
return;