huangxiaojing před 2 roky
rodič
revize
8c47ca0e66
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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) {