Sfoglia il codice sorgente

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

yangfeng 1 anno fa
parent
commit
1c6adccad1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 () {