@@ -208,8 +208,8 @@
uni.$u.route(pageUrl)
}else{
uni.showModal({
- title: '还未登录',
- content: '是否前往登录!',
+ title: '提示',
+ content: '你需要登录后,才可使用此功能!',
success: res => {
if (res.confirm) {
uni.setStorage({
@@ -68,8 +68,8 @@ module.exports = (vm) => {
});
tryHideFullScreenLoading()
- title: '温馨提示',
uni.$u.route('/pages/login/login');
@@ -170,8 +170,8 @@
uni.$u.route('/xushuo/cooperation')