Browse Source

静态页面

1002884655 4 years ago
parent
commit
c1115d03f8

+ 1
- 1
src/pages/index/DaLeTouDingDan/index.vue View File

222
         this.TotalPrize = 0
222
         this.TotalPrize = 0
223
         this.Multiple = 1
223
         this.Multiple = 1
224
         this.DataLock = false
224
         this.DataLock = false
225
-        window.location.href = `/api/app/order/alipay/buylottery?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
225
+        window.location.href = `/api/app/order/alipay/betting?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
226
       }).catch((res) => {
226
       }).catch((res) => {
227
         this.Toast(res.data.message)
227
         this.Toast(res.data.message)
228
         this.DataLock = false
228
         this.DataLock = false

+ 1
- 1
src/pages/index/DingDanZhiFuZhuangTai/index.vue View File

7
           <span v-if="OrderStatus === 'Error'">支付失败</span>
7
           <span v-if="OrderStatus === 'Error'">支付失败</span>
8
           <i class="iconfont iconchenggong active" v-if="OrderStatus === 'Success'"></i>
8
           <i class="iconfont iconchenggong active" v-if="OrderStatus === 'Success'"></i>
9
           <span v-if="OrderStatus === 'Success'">支付成功</span>
9
           <span v-if="OrderStatus === 'Success'">支付成功</span>
10
-          <a v-if="OrderStatus === 'Error'" :href="`/api/app/order/alipay/buylottery?orderId=${$route.query.id}&returlURL=${LocationOrigin}&token=${Jwt}`">重新支付</a>
10
+          <a v-if="OrderStatus === 'Error'" :href="`/api/app/order/alipay/betting?orderId=${$route.query.id}&returlURL=${LocationOrigin}&token=${Jwt}`">重新支付</a>
11
           <router-link :to="{ name: 'index' }">返回首页</router-link>
11
           <router-link :to="{ name: 'index' }">返回首页</router-link>
12
           <a @click="$router.go(-1)">继续投注</a>
12
           <a @click="$router.go(-1)">继续投注</a>
13
         </div>
13
         </div>

+ 1
- 1
src/pages/index/LanQiuDingDan/index.vue View File

231
         this.TotalPrice = 0
231
         this.TotalPrice = 0
232
         this.Multiple = 1
232
         this.Multiple = 1
233
         this.DataLock = false
233
         this.DataLock = false
234
-        window.location.href = `/api/app/order/alipay/buylottery?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
234
+        window.location.href = `/api/app/order/alipay/betting?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
235
       }).catch((res) => {
235
       }).catch((res) => {
236
         this.Toast(res.data.message)
236
         this.Toast(res.data.message)
237
         this.DataLock = false
237
         this.DataLock = false

+ 1
- 1
src/pages/index/PaiLie3DingDan/index.vue View File

289
         this.TotalPrize = 0
289
         this.TotalPrize = 0
290
         this.Multiple = 1
290
         this.Multiple = 1
291
         this.DataLock = false
291
         this.DataLock = false
292
-        window.location.href = `/api/app/order/alipay/buylottery?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
292
+        window.location.href = `/api/app/order/alipay/betting?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
293
       }).catch((res) => {
293
       }).catch((res) => {
294
         this.Toast(res.data.message)
294
         this.Toast(res.data.message)
295
         this.DataLock = false
295
         this.DataLock = false

+ 1
- 1
src/pages/index/PaiLie5DingDan/index.vue View File

261
         this.TotalPrize = 0
261
         this.TotalPrize = 0
262
         this.Multiple = 1
262
         this.Multiple = 1
263
         this.DataLock = false
263
         this.DataLock = false
264
-        window.location.href = `/api/app/order/alipay/buylottery?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
264
+        window.location.href = `/api/app/order/alipay/betting?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
265
       }).catch((res) => {
265
       }).catch((res) => {
266
         this.Toast(res.data.message)
266
         this.Toast(res.data.message)
267
         this.DataLock = false
267
         this.DataLock = false

+ 1
- 1
src/pages/index/ZuQiuDingDan/index.vue View File

232
         this.TotalPrice = 0
232
         this.TotalPrice = 0
233
         this.Multiple = 1
233
         this.Multiple = 1
234
         this.DataLock = false
234
         this.DataLock = false
235
-        window.location.href = `/api/app/order/alipay/buylottery?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
235
+        window.location.href = `/api/app/order/alipay/betting?orderId=${res.data.data.orderId}&returlURL=${encodeURIComponent(`${window.location.origin}/#/index/DingDanZhiFuZhuangTai?orderId=${res.data.data.orderId}`)}&token=${window.localStorage.Jwt}`
236
       }).catch((res) => {
236
       }).catch((res) => {
237
         this.Toast(res.data.message)
237
         this.Toast(res.data.message)
238
         this.DataLock = false
238
         this.DataLock = false