支付webview修改
This commit is contained in:
@@ -749,7 +749,11 @@
|
||||
} else if (this.openWay == 1) {
|
||||
// APP支付宝支付
|
||||
httpsRequest.getT("/app/wuyou/payOrder/"+this.ordersId, {}).then(ret => {
|
||||
plus.runtime.openURL(ret.data.h5Url)
|
||||
// plus.runtime.openURL(ret.data.h5Url)
|
||||
|
||||
uni.navigateTo({
|
||||
url: '/pages/index/webView?url=' + ret.data.h5Url
|
||||
});
|
||||
// this.isCheckPay(ret.code, 'wxpay', JSON.stringify(ret.data));
|
||||
});
|
||||
} else if (this.openWay == 3) {
|
||||
|
||||
Reference in New Issue
Block a user