Browse Source

业主购买2月10号

guojing 5 years ago
parent
commit
afb3e1140d
1 changed files with 2 additions and 1 deletions
  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>
     </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;">金&nbsp;&nbsp;&nbsp;&nbsp;额¥:</div>
         <div style="display: inline;" id="myMenory"></div>
         <div style="display: inline;" id="myMenory"></div>
     </div>
     </div>
@@ -81,6 +81,7 @@
 
 
     <#--返回-->
     <#--返回-->
     function buyBack() {
     function buyBack() {
+        // window.history.back();
         window.location.href = "/user/homeIndex.html?userId=" + $('#buyuserId').val() + "&userType=" + 1 + '#tab3';
         window.location.href = "/user/homeIndex.html?userId=" + $('#buyuserId').val() + "&userType=" + 1 + '#tab3';
     }
     }