Merge remote-tracking branch 'origin/feature/mall_product' into feature/mall_product
commit
2181149f74
|
@ -66,9 +66,9 @@ const unityPay = (options) => {
|
|||
_options.aliPaySuccess(payConfig.body)
|
||||
break
|
||||
}
|
||||
}).catch(() => {
|
||||
}).catch((error) => {
|
||||
util.Tips({
|
||||
title: '预下单失败'
|
||||
title: error
|
||||
})
|
||||
}).finally(uni.hideLoading)
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"title": "生产版",
|
||||
"env": {
|
||||
"UNI_PLATFORM": "h5",
|
||||
"isVConsole": true,
|
||||
"isVConsole": false,
|
||||
"APP_BASE_URL": "http://api.cyywl.top"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue