正在显示
2 个修改的文件
包含
6 行增加
和
29 行删除
@@ -5,13 +5,13 @@ module.exports = (vm) => { | @@ -5,13 +5,13 @@ module.exports = (vm) => { | ||
5 | /* config 为默认全局配置*/ | 5 | /* config 为默认全局配置*/ |
6 | 6 | ||
7 | // 测试环境 | 7 | // 测试环境 |
8 | - // config.baseURL = "http://47.110.250.177:8000"; | 8 | + config.baseURL = "http://47.110.250.177:8000"; |
9 | 9 | ||
10 | // 预生产环境 | 10 | // 预生产环境 |
11 | // config.baseURL = "https://api-isxpre.workai.com.cn"; | 11 | // config.baseURL = "https://api-isxpre.workai.com.cn"; |
12 | 12 | ||
13 | // 线上环境 | 13 | // 线上环境 |
14 | - config.baseURL = "https://api-isx.workai.com.cn"; | 14 | + // config.baseURL = "https://api-isx.workai.com.cn"; |
15 | 15 | ||
16 | config.header = { | 16 | config.header = { |
17 | // 'content-type': 'xxx' | 17 | // 'content-type': 'xxx' |
@@ -158,8 +158,7 @@ | @@ -158,8 +158,7 @@ | ||
158 | <view | 158 | <view |
159 | v-if=" | 159 | v-if=" |
160 | statistics && | 160 | statistics && |
161 | - (statistics.formApplyReview > 0 || | ||
162 | - statistics.formChangeApplyReview > 0 || | 161 | + (statistics.formChangeApplyReview > 0 || |
163 | statistics.leaveRecordReview > 0 || | 162 | statistics.leaveRecordReview > 0 || |
164 | statistics.internshipApply > 0 || | 163 | statistics.internshipApply > 0 || |
165 | statistics.formLogWaitReview > 0 || | 164 | statistics.formLogWaitReview > 0 || |
@@ -172,8 +171,8 @@ | @@ -172,8 +171,8 @@ | ||
172 | <u-cell | 171 | <u-cell |
173 | v-if=" | 172 | v-if=" |
174 | statistics && | 173 | statistics && |
175 | - statistics.formApplyReview && | ||
176 | - statistics.formApplyReview > 0 | 174 | + statistics.internshipApply && |
175 | + statistics.internshipApply > 0 | ||
177 | " | 176 | " |
178 | :isLink="true" | 177 | :isLink="true" |
179 | url="/pages/main/home/interapply/interapply?status=wait" | 178 | url="/pages/main/home/interapply/interapply?status=wait" |
@@ -184,7 +183,7 @@ | @@ -184,7 +183,7 @@ | ||
184 | <view slot="title" class="u-slot-title"> | 183 | <view slot="title" class="u-slot-title"> |
185 | <view class="u-cell-title">实习申请</view> | 184 | <view class="u-cell-title">实习申请</view> |
186 | <view class="u-cell-text"> | 185 | <view class="u-cell-text"> |
187 | - 您有<text>{{ statistics.formApplyReview }}</text | 186 | + 您有<text>{{ statistics.internshipApply }}</text |
188 | >个<text>实习申请</text>待审批!</view | 187 | >个<text>实习申请</text>待审批!</view |
189 | > | 188 | > |
190 | </view> | 189 | </view> |
@@ -238,28 +237,6 @@ | @@ -238,28 +237,6 @@ | ||
238 | <u-cell | 237 | <u-cell |
239 | v-if=" | 238 | v-if=" |
240 | statistics && | 239 | statistics && |
241 | - statistics.internshipApply && | ||
242 | - statistics.internshipApply > 0 | ||
243 | - " | ||
244 | - :isLink="true" | ||
245 | - url="/pages/main/home/registrationReview/registrationReview?status=wait" | ||
246 | - arrow-direction="right" | ||
247 | - :rightIconStyle="{ fontSize: '24rpx' }" | ||
248 | - :border="false" | ||
249 | - > | ||
250 | - <view slot="title" class="u-slot-title"> | ||
251 | - <view class="u-cell-title">实习申请</view> | ||
252 | - <view class="u-cell-text"> | ||
253 | - 您有<text>{{ statistics.internshipApply }}</text | ||
254 | - >条<text>实习申请</text>待处理!</view | ||
255 | - > | ||
256 | - </view> | ||
257 | - <text slot="value" class="u-slot-value">立即处理</text> | ||
258 | - </u-cell> | ||
259 | - <view class="line"></view> | ||
260 | - <u-cell | ||
261 | - v-if=" | ||
262 | - statistics && | ||
263 | statistics.formLogWaitReview && | 240 | statistics.formLogWaitReview && |
264 | statistics.formLogWaitReview > 0 | 241 | statistics.formLogWaitReview > 0 |
265 | " | 242 | " |
请
注册
或
登录
后发表评论