Explorar o código

业主购买2月13号

guojing %!s(int64=5) %!d(string=hai) anos
pai
achega
55459f0aa4
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      whepi-ui/templates/home/buytc.ftl

+ 4 - 3
whepi-ui/templates/home/buytc.ftl

@@ -32,7 +32,7 @@
         </div>
     </div>
 </div>
-    <#include "/home/frag.foot.ftl"/>
+<#include "/home/frag.foot.ftl"/>
 
 <script>
     (function ($) {
@@ -104,8 +104,9 @@
             $('#myPhone').attr("disabled", "disabled");
             $('#Myremarks').attr("disabled", "disabled");
             $('#buyCommit')[0].style.display = 'none';
-            $('#MybuyRepeal')[0].style.display = 'none';
-
+            if ($('#MybuyRepeal')[0] != undefined) {
+                $('#MybuyRepeal')[0].style.display = 'none';
+            }
         }
 
     })(jQuery);