浏览代码

Merge branch 'dev3.3' into release

lianbingjie 4 年之前
父节点
当前提交
33cc745375
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/templates/weixin/commonPay/bidfile/bidfiledetail.html

+ 1 - 1
src/web/templates/weixin/commonPay/bidfile/bidfiledetail.html

@@ -295,7 +295,7 @@
                 }, 1000)
                 $(".invoice").hide();//隐藏开发票
                 $(".j-footer").show().html("<button class='j-button-confirm' style='width: 100%!important;' >去支付</button>").on("click", function () {
-                    window.location.href = "/weixin/pay/checkout_member?orderCode=" + orderCode;
+                    window.location.href = "/weixin/pay/checkout_bidfile?orderCode=" + orderCode;
                 })
             }
             if (r.data.order_status == -2 || r.data.order_status == -3) {