yuantianjiao 6 年前
父节点
当前提交
df63f673f2
共有 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 = `/c/#/sendSms?isLottery=1${luckshare}`
292
+          window.location.href = `/user.html#/bindMobile?isLottery=1${luckshare}`
293
         }).catch(() => {
293
         }).catch(() => {
294
           return false
294
           return false
295
         })
295
         })