yuantianjiao 6 years ago
parent
commit
df63f673f2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/page/index/index.vue

+ 1
- 1
src/page/index/index.vue View File

@@ -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 = `/c/#/sendSms?isLottery=1${luckshare}`
292
+          window.location.href = `/user.html#/bindMobile?isLottery=1${luckshare}`
293 293
         }).catch(() => {
294 294
           return false
295 295
         })