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)
|
_options.aliPaySuccess(payConfig.body)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}).catch(() => {
|
}).catch((error) => {
|
||||||
util.Tips({
|
util.Tips({
|
||||||
title: '预下单失败'
|
title: error
|
||||||
})
|
})
|
||||||
}).finally(uni.hideLoading)
|
}).finally(uni.hideLoading)
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue