Browse Source

我要评价

ljh 2 năm trước cách đây
mục cha
commit
0416fa60ff
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/main/resources/static/main/mobilepage/estimate.html

+ 4 - 1
src/main/resources/static/main/mobilepage/estimate.html

@@ -260,7 +260,10 @@
 							layer.msg('请选择满意度!');
 							return;
 						}
-
+						if(!that.assessParam.content){
+							layer.msg('请输入评价内容!');
+							return;
+						}
 						$.ajax({
 							type: 'POST',
 							url: PATH + '/front/appraise',