正在显示
2 个修改的文件
包含
6 行增加
和
29 行删除
... | ... | @@ -5,13 +5,13 @@ module.exports = (vm) => { |
5 | 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 | 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 | 16 | config.header = { |
17 | 17 | // 'content-type': 'xxx' | ... | ... |
... | ... | @@ -158,8 +158,7 @@ |
158 | 158 | <view |
159 | 159 | v-if=" |
160 | 160 | statistics && |
161 | - (statistics.formApplyReview > 0 || | |
162 | - statistics.formChangeApplyReview > 0 || | |
161 | + (statistics.formChangeApplyReview > 0 || | |
163 | 162 | statistics.leaveRecordReview > 0 || |
164 | 163 | statistics.internshipApply > 0 || |
165 | 164 | statistics.formLogWaitReview > 0 || |
... | ... | @@ -172,8 +171,8 @@ |
172 | 171 | <u-cell |
173 | 172 | v-if=" |
174 | 173 | statistics && |
175 | - statistics.formApplyReview && | |
176 | - statistics.formApplyReview > 0 | |
174 | + statistics.internshipApply && | |
175 | + statistics.internshipApply > 0 | |
177 | 176 | " |
178 | 177 | :isLink="true" |
179 | 178 | url="/pages/main/home/interapply/interapply?status=wait" |
... | ... | @@ -184,7 +183,7 @@ |
184 | 183 | <view slot="title" class="u-slot-title"> |
185 | 184 | <view class="u-cell-title">实习申请</view> |
186 | 185 | <view class="u-cell-text"> |
187 | - 您有<text>{{ statistics.formApplyReview }}</text | |
186 | + 您有<text>{{ statistics.internshipApply }}</text | |
188 | 187 | >个<text>实习申请</text>待审批!</view |
189 | 188 | > |
190 | 189 | </view> |
... | ... | @@ -238,28 +237,6 @@ |
238 | 237 | <u-cell |
239 | 238 | v-if=" |
240 | 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 | 240 | statistics.formLogWaitReview && |
264 | 241 | statistics.formLogWaitReview > 0 |
265 | 242 | " | ... | ... |
请
注册
或
登录
后发表评论