Explorar o código

订单模块修改

zhengjinyi %!s(int64=3) %!d(string=hai) anos
pai
achega
fcaed83b2f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/main/resources/static/js/pay/caimei-pay.js

+ 2 - 2
src/main/resources/static/js/pay/caimei-pay.js

@@ -186,9 +186,9 @@ var payContainer = new Vue({
                 _self.isPayAlert = false;
                 var data = response.data.data;
                 if(data.status === '1'){
-                    window.location.href = '/pay/success.html?pageType=wechat&type=success&payAmount='+ _self.payInfo.payUnpaidAmount;
+                    window.location.href = '/pay/success.html?pageType=www&type=success&payAmount='+ _self.payInfo.payUnpaidAmount;
                 }else{
-                    window.location.href = '/pay/success.html?pageType=wechat&type=error&payAmount='+ _self.payInfo.payUnpaidAmount;
+                    window.location.href = '/pay/success.html?pageType=www&type=error&payAmount='+ _self.payInfo.payUnpaidAmount;
                 }
             });
         },