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