diff --git a/package_sub/pages/BatchForm/BatchForm.vue b/package_sub/pages/BatchForm/BatchForm.vue index 0e563bd..332bfe7 100644 --- a/package_sub/pages/BatchForm/BatchForm.vue +++ b/package_sub/pages/BatchForm/BatchForm.vue @@ -237,7 +237,7 @@ second: false }" @confirm="e => form.year = e.year"> - + @@ -255,7 +255,7 @@ export default { }, data() { return { - watermark:``, + watermark:``, isShowWhite: false, isShowModal: false, step: 1, @@ -504,7 +504,7 @@ export default { } this.setTitle() } else { - this.$u.toast("暂未获取到当年模版") + this.$u.toast("系统开发中,敬请期待") return 1 } } catch (err) { diff --git a/package_sub/pages/IndependentRecruitment/IndependentRecruitment.vue b/package_sub/pages/IndependentRecruitment/IndependentRecruitment.vue index 665212d..127cd4f 100644 --- a/package_sub/pages/IndependentRecruitment/IndependentRecruitment.vue +++ b/package_sub/pages/IndependentRecruitment/IndependentRecruitment.vue @@ -237,6 +237,7 @@ @click="submit">提交 --> + + @@ -268,6 +270,7 @@ export default { watermark:``, isShowSchool: false, isShowSex: false, + isShowWhite: false, sexList: [ { value: '男', @@ -456,6 +459,9 @@ export default { }, onShow() { this.setTitle() + if (!this.vuex_user.white) { + this.isShowWhite = true + } }, onReady() { try { diff --git a/package_sub/pages/RecommendForm/RecommendForm.vue b/package_sub/pages/RecommendForm/RecommendForm.vue index bf5b7d9..3c33fa6 100644 --- a/package_sub/pages/RecommendForm/RecommendForm.vue +++ b/package_sub/pages/RecommendForm/RecommendForm.vue @@ -307,6 +307,8 @@ > + + `, - + isShowWhite: false, isShowQrcode: false, regionType: "city", isShowRegion: false, @@ -589,6 +591,11 @@ export default { this.currentYear = date.getFullYear() this.getArea().then((_) => this.getSchools()); }, + onShow(){ + if (!this.vuex_user.white) { + this.isShowWhite = true + } + } }; diff --git a/pages.json b/pages.json index cbf4259..ce616e8 100644 --- a/pages.json +++ b/pages.json @@ -176,7 +176,7 @@ "pagePath": "pages/chat/chat", "iconPath": "static/tabbar/chat.png", "selectedIconPath": "static/tabbar/chat-active.png", - "text": "在线咨询" + "text": "在线客服" }, { "pagePath": "pages/me/me", diff --git a/pages/list/list.vue b/pages/list/list.vue index 559948d..b926b6c 100644 --- a/pages/list/list.vue +++ b/pages/list/list.vue @@ -102,9 +102,12 @@ export default { onPullDownRefresh() { this.getList(true) }, - created() { - this.getList(true) - }, + // created() { + // this.getList(true) + // }, + onShow(){ + this.getList(true) + } } diff --git a/pages/login/login.vue b/pages/login/login.vue index 16f9064..311d3c6 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -31,7 +31,7 @@ @click="$u.route({ url: 'pages/index/index', type: 'tab' - })">游客模式 + })">取消登录