huangxiaojing hace 2 años
padre
commit
8c47ca0e66
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) {