Commit b35f7db3 by 莫晓莉

66

parent f691e18d
...@@ -152,11 +152,6 @@ ...@@ -152,11 +152,6 @@
this.token=token; this.token=token;
this.user=user; this.user=user;
if(!token ){ if(!token ){
// setTimeout(() => {
// uni.reLaunch({
// url: '../login/login'
// })
// }, 2000);
uni.showToast({ uni.showToast({
icon:'none', icon:'none',
title:'请先登录', title:'请先登录',
...@@ -251,7 +246,7 @@ ...@@ -251,7 +246,7 @@
}); });
return; return;
} }
if (this.evaluationForm.remark == undefined) { if (this.evaluationForm.remark == undefined || this.evaluationForm.remark == '') {
uni.showToast({ uni.showToast({
icon: 'none', icon: 'none',
title: '请输入反馈内容' title: '请输入反馈内容'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment