1.修改小程序段拼团未登录情况下无法进行登录回跳的问题
2.新增订单扫码核销的功能 3.修改cookie方法未取到值返回null导致报错的问题 4.修改loading页面跳转登录的问题
This commit is contained in:
@ -71,7 +71,7 @@
|
||||
toLaunch() {
|
||||
console.log("loading home");
|
||||
this.changeAuthorization(false);
|
||||
let redirect = cookie.get('redirect')
|
||||
let redirect = cookie.get('redirect').replace(/\ /g, '')
|
||||
if (redirect && redirect.indexOf('/pages') != -1) {
|
||||
this.$yrouter.replace({
|
||||
path: '/pages' + redirect.split('/pages')[1],
|
||||
|
Reference in New Issue
Block a user