瀏覽代碼

注册中心改信息中心

谢杰标 2 年之前
父節點
當前提交
729e86763c
共有 4 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      common/config.js
  2. 1 1
      pages/learn/index.vue
  3. 1 1
      pages2/learn/my_learn.vue
  4. 1 1
      pages2/wd/class.vue

+ 2 - 2
common/config.js

@@ -6,8 +6,8 @@ const test = {
   tenantId: "867735392558919680", //详粤云学堂
   appid: "wxd3c8ae80cf43a305",
 };
-const index = 0; // 测试环境
-// const index = 1; // 祥粤云学堂
+// const index = 0; // 测试环境
+const index = 1; // 祥粤云学堂
 // const index = 2 // 祥粤学堂
 // const index = 3 // 勘设云学堂
 // const index = 4 // 中正云学堂

+ 1 - 1
pages/learn/index.vue

@@ -379,7 +379,7 @@
                             >
                             <text v-else-if="item.periodStatus == 1">
                               <text v-if="item.periodPlush > 0"
-                                >学时已上报注册中心</text
+                                >学时已上报信息中心</text
                               >
                               <text v-else>机构审核:学时审核通过</text>
                             </text>

+ 1 - 1
pages2/learn/my_learn.vue

@@ -76,7 +76,7 @@
               >
                 <view class="label">审核提示:</view>
                 <view>
-                  机构已审核通过,需等待注册中心复审后即可获得继续教育学时。审核时间约15个工作日,届时请前往官网申请证书延期。
+                  机构已审核通过,需等待信息中心复审后即可获得继续教育学时。审核时间约15个工作日,届时请前往官网申请证书延期。
                   <view class="copySty" @tap="copyText">复制官网链接</view>
                 </view>
               </template>

+ 1 - 1
pages2/wd/class.vue

@@ -219,7 +219,7 @@
                     <text v-else-if="item.periodStatus == 3">学时审核中</text>
                     <text v-else-if="item.periodStatus == 1">
                       <text v-if="item.periodPlush > 0"
-                        >学时已上报注册中心</text
+                        >学时已上报信息中心</text
                       >
                       <text v-else>机构审核:学时审核通过</text>
                     </text>