@@ -349,10 +349,10 @@ export default {
headers: { Authorization: this.token, sign }, client: this.client
});
Toast.clear();
- window.startPay(
+ await window.vgeminipc.startPay(
this.payType === 'aliPay' ? 3 : 2,
res.data.myOrderNum,
- 1,
+ 1
);
this.showPay = false;
} catch (error) {