fix: 修复bug

pull/3/head
TianYu 2023-05-29 21:28:55 +08:00
parent 9531301224
commit ca97a7b15d
2 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@ const unityPay = (options) => {
_options.aliPaySuccess(payConfig.body)
break
}
}).catch(() => {
}).catch((error) => {
util.Tips({
title: '预下单失败'
title: error
})
}).finally(uni.hideLoading)
}

View File

@ -28,7 +28,7 @@
"title": "生产版",
"env": {
"UNI_PLATFORM": "h5",
"isVConsole": true,
"isVConsole": false,
"APP_BASE_URL": "http://api.cyywl.top"
}
}