瀏覽代碼

bug修改

wangfei 6 年之前
父節點
當前提交
7a16dfe012
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/page/index/index.vue

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

@@ -289,7 +289,7 @@ export default {
289 289
           lockScroll: true
290 290
         }).then(() => {
291 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 293
         }).catch(() => {
294 294
           return false
295 295
         })