瀏覽代碼

bug修改

wangfei 6 年之前
父節點
當前提交
7a16dfe012
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/page/index/index.vue

+ 1
- 1
src/page/index/index.vue 查看文件

289
           lockScroll: true
289
           lockScroll: true
290
         }).then(() => {
290
         }).then(() => {
291
           const luckshare = this.$route.params.id ? `&luckshare=${this.$route.params.id}` : ''
291
           const luckshare = this.$route.params.id ? `&luckshare=${this.$route.params.id}` : ''
292
-          window.location.href = `${window.location.origin}/c-v2/user.html#/bindMobile?isLottery=1${luckshare}`
292
+          window.location.href = `${window.location.origin}/user.html#/bindMobile?isLottery=1${luckshare}`
293
         }).catch(() => {
293
         }).catch(() => {
294
           return false
294
           return false
295
         })
295
         })