natasha 2 ماه پیش
والد
کامیت
69cf570858
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      src/settings.js
  2. 2 2
      src/views/bookStore/Subscribe.vue

+ 1 - 1
src/settings.js

@@ -1,5 +1,5 @@
 const Cookies = require("js-cookie");
-let title = window.location.origin==='https://21st.helxsoft.cn'?'开发':'二十一世纪英语智慧阅读平台'
+let title = ''
 let config = Cookies.get('TO_century')
 if (config) {
     let configObj = JSON.parse(config);

+ 2 - 2
src/views/bookStore/Subscribe.vue

@@ -1216,10 +1216,10 @@ export default {
       getLogin(MethodName, data)
         .then((res) => {
           if (res.status === 1 && res.issue_no_start) {
-            this.orderList[4].label =
+            this.orderList[5].label =
               "年订阅(当月起订," + res.issue_no_start + "期起)";
           } else {
-            this.orderList[4].label = "年订阅(当月起订)";
+            this.orderList[5].label = "年订阅(当月起订)";
           }
         })
         .catch(() => {});