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
         })