فهرست منبع

fix:文库会员订单详情去支付跳转地址有误

yangfeng 1 سال پیش
والد
کامیت
bdd41b84c6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/web/templates/order/pc/docMember/detail.html

+ 1 - 1
src/web/templates/order/pc/docMember/detail.html

@@ -416,7 +416,7 @@
         })
       })
       $(".payOrder").on("click", function () {
-        location.href = "/front/subvip/orderPay/" + orderCode;
+        location.href = "/front/docMember/orderPay/" + orderCode;
       })
       function diffCountdown(endTime) {
         timerId = setInterval(function () {