Commit b35f7db3 by 莫晓莉

66

parent f691e18d
......@@ -152,11 +152,6 @@
this.token=token;
this.user=user;
if(!token ){
// setTimeout(() => {
// uni.reLaunch({
// url: '../login/login'
// })
// }, 2000);
uni.showToast({
icon:'none',
title:'请先登录',
......@@ -251,7 +246,7 @@
});
return;
}
if (this.evaluationForm.remark == undefined) {
if (this.evaluationForm.remark == undefined || this.evaluationForm.remark == '') {
uni.showToast({
icon: 'none',
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