瀏覽代碼

修改支付功能

qihanjiao 7 年之前
父節點
當前提交
220a487ba3

文件差異過大導致無法顯示
+ 113 - 9
tooth-wechat-web/src/main/webapp/view/agent_tooth/agent_center.html


+ 1 - 1
tooth-wechat-web/src/main/webapp/view/agent_tooth/purchasing_products.html

@@ -357,7 +357,7 @@ mui('body').on('tap','.btn-clearing',function(){
                 if(data.status == true) { // 支付成功
                     window.location.href = base_path + "/order/paySuccess?orderId=" + orderId + "&dates=" + new Date().getTime();
                 } else {
-                    window.location.href = '/tooth/pay/goOrderInfo?orderId=' + orderId + "&dates=" + new Date().getTime();;
+                    window.location.href = '/tooth/view/agent_tooth/agent_center.html';
                 }
             });
         }