1.修改小程序段拼团未登录情况下无法进行登录回跳的问题
2.新增订单扫码核销的功能 3.修改cookie方法未取到值返回null导致报错的问题 4.修改loading页面跳转登录的问题
This commit is contained in:
@ -90,8 +90,9 @@
|
||||
});
|
||||
login()
|
||||
.then((res) => {
|
||||
this.$yrouter.replace({
|
||||
path: cookie.get("redirect")
|
||||
console.log('重定向')
|
||||
this.$yrouter.reLaunch({
|
||||
path: cookie.get("redirect").replace(/\ /g, '')
|
||||
});
|
||||
})
|
||||
.catch((error) => {
|
||||
|
Reference in New Issue
Block a user