Pārlūkot izejas kodu

Merge branch 'dev/v4.9.27_yf' of qmx/jy into feature/v4.9.27

yangfeng 1 gadu atpakaļ
vecāks
revīzija
1c6adccad1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 () {