DengTao 8 ani în urmă
părinte
comite
8c526a0d3f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      www/protected/modules/moonclub/views/reserve/index.php

+ 2 - 2
www/protected/modules/moonclub/views/reserve/index.php

@@ -72,7 +72,7 @@
                                             <span>联系地址: </span>
                                         </div>
                                         <div class="box_flex f_content">
-                                            <input name="area" id="area" />
+                                            <input name="tech_content" id="tech_content" />
                                         </div>
                                     </div>
                                 </li>
@@ -276,7 +276,7 @@
                 $('#id').html(data.id);
                 $('#user_name').html(data.user_name);
                 $('#mobile').html(data.mobile);
-                $('#area').html(data.area);
+                $('#tech_content').html(data.tech_content);
                 $('#homeType').html(data.homeType);
                 $('#num').html(data.num);
                 $('#type').html(data.type);