wangfei 6 lat temu
rodzic
commit
7a16dfe012
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/page/index/index.vue

+ 1
- 1
src/page/index/index.vue Wyświetl plik

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