Browse Source

修改bug

huangxiaojing 2 years ago
parent
commit
8c47ca0e66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/activity/lottery/pc.vue

+ 2 - 2
pages/activity/lottery/pc.vue

@@ -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) {