@@ -289,7 +289,7 @@ export default {
lockScroll: true
}).then(() => {
const luckshare = this.$route.params.id ? `&luckshare=${this.$route.params.id}` : ''
- window.location.href = `/c/#/sendSms?isLottery=1${luckshare}`
+ window.location.href = `/user.html#/bindMobile?isLottery=1${luckshare}`
}).catch(() => {
return false
})