Explorar el Código

订单模块修改

zhengjinyi hace 3 años
padre
commit
fcaed83b2f
Se han modificado 1 ficheros con 2 adiciones y 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;
                 }
             });
         },