浏览代码

静态页面

1002884655 4 年前
父节点
当前提交
ae3d908e1e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      src/pages/index/DaLeTouDingDan/index.vue

+ 2
- 1
src/pages/index/DaLeTouDingDan/index.vue 查看文件

198
         this.TotalPrize = 0
198
         this.TotalPrize = 0
199
         this.Multiple = 1
199
         this.Multiple = 1
200
         this.DataLock = false
200
         this.DataLock = false
201
-        window.location.href = `/api/app/order/alipay/buylottery?orderId=${res.data.data.orderId}&returlURL=${`www.baidu.com`}`
201
+        // window.location.href = `/api/app/order/alipay/buylottery?orderId=${res.data.data.orderId}&returlURL=${`www.baidu.com`}`
202
+        window.js2native.openPay('1', { ...res.data.data })
202
       }).catch((res) => {
203
       }).catch((res) => {
203
         this.Toast(res.data.message)
204
         this.Toast(res.data.message)
204
         this.DataLock = false
205
         this.DataLock = false