|
@@ -343,7 +343,7 @@
|
|
|
this.stu_number = userinfo.card_number
|
|
this.stu_number = userinfo.card_number
|
|
|
} else {
|
|
} else {
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
- url: '../index/index?from=' + options.from
|
|
|
|
|
|
|
+ url: '/pages/index/index?from=' + options.from
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
uni.showToast({
|
|
uni.showToast({
|
|
@@ -440,7 +440,7 @@
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
- url: '../index/index?from=' + options.from
|
|
|
|
|
|
|
+ url: '/pages/index/index?from=' + options.from
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
} else if (res.data.mess == '未查询到用户信息') {
|
|
} else if (res.data.mess == '未查询到用户信息') {
|
|
@@ -453,11 +453,11 @@
|
|
|
|
|
|
|
|
if (options && typeof(options.from) != 'undefined' && typeof(options.from) != '') {
|
|
if (options && typeof(options.from) != 'undefined' && typeof(options.from) != '') {
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
- url: '../index/index?from=' + options.from
|
|
|
|
|
|
|
+ url: '/pages/index/index?from=' + options.from
|
|
|
})
|
|
})
|
|
|
} else {
|
|
} else {
|
|
|
uni.redirectTo({
|
|
uni.redirectTo({
|
|
|
- url: '../index/index?from=0'
|
|
|
|
|
|
|
+ url: '/pages/index/index?from=0'
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|