From 975dbeb942654ffc233c2f8b6c7e117eeb779a6f Mon Sep 17 00:00:00 2001
From: lion <120344285@qq.com>
Date: Tue, 15 Apr 2025 14:28:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package_sub/pages/BatchForm/BatchForm.vue | 6 +++---
.../IndependentRecruitment/IndependentRecruitment.vue | 6 ++++++
package_sub/pages/RecommendForm/RecommendForm.vue | 9 ++++++++-
pages.json | 2 +-
pages/list/list.vue | 9 ++++++---
pages/login/login.vue | 8 ++++----
6 files changed, 28 insertions(+), 12 deletions(-)
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">提交
-->
+
form.year = e.year">
+
form.sex = e[0].value">
{form.school_code = e[0].value;form.school_name = e[0].label}">
@@ -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'
- })">游客模式
+ })">取消登录
@@ -172,7 +172,7 @@ export default {
this.$u.vuex('vuex_user', res)
this.$u.route({
type: 'switchTab',
- url: '/pages/index/index'
+ url: '/pages/chat/chat'
})
} catch (err) {
console.error(err)
@@ -222,7 +222,7 @@ export default {
if (this.vuex_user.mobile) {
this.$u.route({
type: 'switchTab',
- url: '/pages/index/index'
+ url: '/pages/chat/chat'
})
}
try {
@@ -238,7 +238,7 @@ export default {
this.$u.vuex('vuex_user', user)
this.$u.route({
type: 'switchTab',
- url: '/pages/index/index'
+ url: '/pages/chat/chat'
})
}
}