瀏覽代碼

我要评价

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',