yuhaitao14 7 years ago
parent
commit
8e72de4c17
2 changed files with 2 additions and 2 deletions
  1. 1 1
      shop/src/main/resource/templates/h5/appointment.html
  2. 1 1
      shop/static/h5/js/nav.js

+ 1 - 1
shop/src/main/resource/templates/h5/appointment.html

@@ -18,7 +18,7 @@
 			<table>
 				<tr>
 					<td>
-						<span><input name="fid" type="radio" value="" id="tj0" class="radio" checked="checked" /><label for="tj0">新建体检人</label></span>
+						<span><input name="fid" type="radio" value="0" id="tj0" class="radio" checked="checked" /><label for="tj0">新建体检人</label></span>
 						<span th:each="people : ${peoples}">
 							<input name="fid" type="radio"  th:attr="value=${people.id},id=${people.id}" class="radio" />
 							<label th:attr="for=${people.id},onclick='selectPeople(' + ${people.id} + ')'" for="tj1" th:text="${people.name}"></label>

+ 1 - 1
shop/static/h5/js/nav.js

@@ -52,7 +52,7 @@ $(function () {
         var dom = $(this);
         dom.on('click', function () {
             hideNav();
-            alert(dom.text())
+            //alert(dom.text())
         });
     });