Explorar o código

Merge branch 'feature/99年卡活动' of Software/android-cloud-H5 into develop

huangxiaojing %!s(int64=2) %!d(string=hai) anos
pai
achega
ace826932d
Modificáronse 1 ficheiros con 2 adicións e 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) {