Просмотр исходного кода

Merge branch 'dev' of http://121.42.53.174:3000/jiapeng/portal-front.git into dev

happy лет назад: 8
Родитель
Сommit
19fedcc736
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      js/myDemand.js

+ 4 - 0
js/myDemand.js

@ -265,6 +265,10 @@ $(document).ready(function() {
265 265
				$.MsgBox.Alert("消息", "请先添加内容");
266 266
				return;
267 267
			}
268
			if(oinduSub.trim().length>10) {
269
				$.MsgBox.Alert("消息", "不能多于10个字");
270
				return;
271
			}
268 272
			if(oAddNum.length == 5) {
269 273
				$.MsgBox.Alert("消息", "最多添加五条");
270 274
				return;