Selaa lähdekoodia

付款页面修复

huangzhiguo 2 vuotta sitten
vanhempi
commit
dd6a1d2640

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/order/cmPayShopOtherCheck.jsp

@@ -709,7 +709,7 @@
         }
 
         $('.check-cfm-btn').on('click',function(e) {
-            var payType = $('select[path="payType"]').val(),
+            var payType = $('select[name="payType"]').val(),
                 id = $('#id').val();
             if($(this).hasClass('check-blue-btn')) {
                 var textareaVal = $('#refuse-reasn').val();

+ 1 - 1
src/main/webapp/WEB-INF/views/modules/order/cmPayShopOtherEdit.jsp

@@ -78,7 +78,7 @@
         </div>
         <div>
             <label>付款银行:</label><span>
-					 <select path="payType" class="input-medium required" style="width: 200px">
+					 <select name="payType" class="input-medium required" style="width: 200px">
                          <option value="">请选择</option>
                          <c:forEach  items="${offlineCollections}" var="offlineCollections" varStatus="index">
                              <option value="${offlineCollections.type}">${offlineCollections.bankAccount}</option>