|
@@ -211,7 +211,7 @@ export default {
|
|
|
path.resolve(this.$baseUrl, '/payOrder/alipay_wx?id=' + res.id)
|
|
path.resolve(this.$baseUrl, '/payOrder/alipay_wx?id=' + res.id)
|
|
|
);
|
|
);
|
|
|
} else {
|
|
} else {
|
|
|
- this.$http.get(`/payOrder/${inApp ? 'alipay_app' : 'alipay_h5'}`).then(res => {
|
|
|
|
|
|
|
+ this.$http.get(`/payOrder/${this.inApp ? 'alipay_app' : 'alipay_h5'}`).then(res => {
|
|
|
document.location.replace(
|
|
document.location.replace(
|
|
|
'alipays://platformapi/startapp?saId=10000007&qrcode=' + res
|
|
'alipays://platformapi/startapp?saId=10000007&qrcode=' + res
|
|
|
);
|
|
);
|