Sfoglia il codice sorgente

feat: 支持芝麻权益卡相关显示3

zhangyuhan 5 giorni fa
parent
commit
7b77a7a2bb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/web/templates/order/pc/paySuccess.html

+ 1 - 1
src/web/templates/order/pc/paySuccess.html

@@ -256,7 +256,7 @@
         $("#analysis-report-countdown").text(count--);
         if (count < 1) {
           clearInterval(window.__report_timer__)
-          // window.location.href = "/swordfish/page_big_pc/report/analysis/detail?code={{.T.orderCode}}";
+          window.location.href = "/swordfish/page_big_pc/report/analysis/detail?code={{.T.orderCode}}";
         }
       }