zhangshuangnan лет назад: 7
Родитель
Сommit
5457ccb53a
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      WebChat/html/myTouSu.html

+ 2 - 1
WebChat/html/myTouSu.html

@@ -485,6 +485,7 @@
485 485
                               if (townList.length == 0) {
486 486
 		                            doc.getElementById('town').value="暂无数据";
487 487
 		                        } else {
488
+		                        	doc.getElementById('town').value=" ";
488 489
 		                            doc.getElementById('town').setAttribute("placeholder", "请选择街道");
489 490
 		                        }
490 491
                         });
@@ -509,7 +510,7 @@
509 510
 		                            doc.getElementById('village').value="暂无数据";
510 511
 //		                            doc.getElementById('village').setAttribute("placeholder", "暂无数据");
511 512
 		                        } else {
512
-		                        	doc.getElementById('village').value="";
513
+		                        	doc.getElementById('village').value=" ";
513 514
 		                            doc.getElementById('village').setAttribute("placeholder", "请选择村庄");
514 515
 		                        }
515 516
                         });