瀏覽代碼

业主购买2月13号

guojing 5 年之前
父節點
當前提交
55459f0aa4
共有 1 個文件被更改,包括 4 次插入3 次删除
  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);