소스 검색

我要评价

ljh 2 년 전
부모
커밋
0416fa60ff
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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',