Commit 1909a04f2e75d94c7e898e96d5d5ebf0628ef33c

Authored by liuqimichale
1 parent 38872959

支付 去掉已支付金额

Showing 2 changed files with 5 additions and 2 deletions
home.html
@@ -89,7 +89,7 @@ @@ -89,7 +89,7 @@
89 <script src="js/url.js?S=888.60"></script> 89 <script src="js/url.js?S=888.60"></script>
90 <script src="js/ajax.js?S=84518.60"></script> 90 <script src="js/ajax.js?S=84518.60"></script>
91 <!--<script src="js/jweixin-1.0.0.js?v=0.1"></script>--> 91 <!--<script src="js/jweixin-1.0.0.js?v=0.1"></script>-->
92 -<script src="js/pay.js?S=821111318.60"></script> 92 +<script src="js/pay.js?S=818.60"></script>
93 </body> 93 </body>
94 94
95 </html> 95 </html>
js/pay.js
@@ -659,6 +659,7 @@ var webAppClass = { @@ -659,6 +659,7 @@ var webAppClass = {
659 659
660 } 660 }
661 661
  662 +// alert(getQueryString(window.location).unpaid)
662 663
663 function utilParams(val,orderID,openId) { 664 function utilParams(val,orderID,openId) {
664 var paySrcType = getQueryString(window.location)._paySrcType 665 var paySrcType = getQueryString(window.location)._paySrcType
@@ -669,10 +670,12 @@ function utilParams(val,orderID,openId) { @@ -669,10 +670,12 @@ function utilParams(val,orderID,openId) {
669 var _disMon = _dis.substring(0,_dis.length-1) 670 var _disMon = _dis.substring(0,_dis.length-1)
670 var _orderDicountFee = Number(_disMon)*100 //优惠了多少钱 671 var _orderDicountFee = Number(_disMon)*100 //优惠了多少钱
671 672
  673 +
  674 + // var _Mon = Number($('#paid').text())*100 //已支付金额
672 // alert('优惠了'+_orderDicountFee) 675 // alert('优惠了'+_orderDicountFee)
673 676
674 677
675 - var _orderActFee = _orderTotalFee + _orderDicountFee //实收多少钱 678 + var _orderActFee = getQueryString(window.location).unpaid //实收多少钱unpaid
676 679
677 680
678 // var _orderActFee = Number($('#sumMoney').text())*100 //实收多少钱 681 // var _orderActFee = Number($('#sumMoney').text())*100 //实收多少钱