Merge remote-tracking branch 'origin/feature/mall_product' into feature/mall_product

pull/3/head
tangqian 2023-05-29 21:31:12 +08:00
commit 2181149f74
2 changed files with 3 additions and 3 deletions

View File

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

View File

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