From 84965a5449b2eefaf5b1b6ed3cfb15f856b3d5ff Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 2 Jun 2026 18:13:53 +0800 Subject: [PATCH] no message --- App.vue | 6 ++++++ manifest.json | 2 +- pages/person/index.vue | 2 +- root/detail/job.vue | 3 ++- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 92a8953..3ad575b 100644 --- a/App.vue +++ b/App.vue @@ -66,6 +66,12 @@ export default { } else if (that.globalData.appId == "wx15bc9c758f4eb129") { that.globalData.title = "业小满招聘"; that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/yexiaoman.png"; + } else if (that.globalData.appId == "wxfab5320942daaafa") { + that.globalData.title = "人海发单宝"; + that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/kuaipin.jpg"; + } else if (that.globalData.appId == "wx92d63109b01e74d2") { + that.globalData.title = "人海招工宝"; + that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/kuaipin.jpg"; } else if (that.globalData.appId == "wxcd0e4a001e1d87bd") { that.globalData.title = "会聘工作"; that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/kuaipin.jpg"; diff --git a/manifest.json b/manifest.json index df30c27..66f1af8 100644 --- a/manifest.json +++ b/manifest.json @@ -137,7 +137,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx15bc9c758f4eb129", + "appid" : "wxfab5320942daaafa", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/pages/person/index.vue b/pages/person/index.vue index 4fb1207..58756aa 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -1022,7 +1022,7 @@ export default { cancelText: '取消', confirmColor: getApp().globalData.themeColor, confirmText: '申请加入', - content: '需要加入业小满招聘后,才能查看职位佣金', + content: '需要加入' + getApp().globalData.title + '后,才能查看职位佣金', title: '', success: (result) => {}, fail: (res) => {}, diff --git a/root/detail/job.vue b/root/detail/job.vue index 17cff39..e554aff 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -347,7 +347,7 @@
- 业小满安全提示 + {{_title}}安全提示
本平台严禁用工方扣押证件、收取费用、集资入股、诱导异地入职、异地参加培训、违规使用求职者简历等侵害求职者权益的违规行为,发现请立即举报。 @@ -579,6 +579,7 @@ export default { }, data() { return { + _title: getApp().globalData.title, isAdmin: uni.getStorageSync("apply-userinfo").admin, fullName:uni.getStorageSync("miniApp-info") && uni.getStorageSync("miniApp-info").agencyName, isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi,