Explorar o código

业主购买2月10号

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

+ 2 - 1
whepi-ui/templates/home/buyClient.ftl

@@ -22,7 +22,7 @@
             </div>
         </div>
     </div>
-    <div class="weui-flex__item" >
+    <div class="weui-flex__item">
         <div style="display: inline;">金&nbsp;&nbsp;&nbsp;&nbsp;额¥:</div>
         <div style="display: inline;" id="myMenory"></div>
     </div>
@@ -81,6 +81,7 @@
 
     <#--返回-->
     function buyBack() {
+        // window.history.back();
         window.location.href = "/user/homeIndex.html?userId=" + $('#buyuserId').val() + "&userType=" + 1 + '#tab3';
     }