no message

cyl/job_im
jscyl13849007907 1 week ago
parent 797a612951
commit 7286688f76

@ -67,11 +67,13 @@ export default {
that.globalData.title = "业小满招聘"; that.globalData.title = "业小满招聘";
that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/yexiaoman.png"; 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") { } else if (that.globalData.appId == "wxfab5320942daaafa") {
that.globalData.thmemeColor = "#2FC67D";
that.globalData.themeBackgroundColor = "#2FC67D21";
that.globalData.title = "人海发单宝"; that.globalData.title = "人海发单宝";
that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/kuaipin.jpg"; that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/5220b1cd-c5a7-4a2c-895c-b75310ff7410_wx_logo.png";
} else if (that.globalData.appId == "wx92d63109b01e74d2") { } else if (that.globalData.appId == "wx92d63109b01e74d2") {
that.globalData.title = "人海招工宝"; that.globalData.title = "人海招工宝";
that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/kuaipin.jpg"; that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/5220b1cd-c5a7-4a2c-895c-b75310ff7410_wx_logo.png";
} else if (that.globalData.appId == "wxcd0e4a001e1d87bd") { } else if (that.globalData.appId == "wxcd0e4a001e1d87bd") {
that.globalData.title = "会聘工作"; that.globalData.title = "会聘工作";
that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/kuaipin.jpg"; that.globalData.logo = uni.getStorageSync("miniApp-info").logo || "https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/pugongying/kuaipin.jpg";

@ -39,7 +39,7 @@
{{ miniAppInfo.fullName || miniAppInfo.agencyName }} {{ miniAppInfo.fullName || miniAppInfo.agencyName }}
</div> </div>
<div class="g_ell_1 g_w_all" :style="{ fontSize: '10px' }"> <div class="g_ell_1 g_w_all" :style="{ fontSize: '10px' }">
{{ miniAppInfo.slogan }} {{ miniAppInfo.slogan || '为劳动者创造价值' }}
</div> </div>
</div> </div>
</div> </div>

@ -25,7 +25,7 @@ export default {
path = `/pages/apply/index`; path = `/pages/apply/index`;
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.sharePoster, imageUrl: appInfo.sharePoster,
path, path,
}; };
@ -34,7 +34,7 @@ export default {
let that = this; let that = this;
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.logo, imageUrl: appInfo.logo,
}; };
}, },

@ -221,7 +221,7 @@ export default {
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
// title: "", // title: "",
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.sharePoster, imageUrl: appInfo.sharePoster,
path, path,
}; };
@ -231,7 +231,7 @@ export default {
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
console.log("appInfo", appInfo); console.log("appInfo", appInfo);
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.logo, imageUrl: appInfo.logo,
query:`filterInfo=${JSON.stringify(that.getFilterData)}&cityInfo=${that.selectedCity}` query:`filterInfo=${JSON.stringify(that.getFilterData)}&cityInfo=${that.selectedCity}`
}; };
@ -302,7 +302,7 @@ export default {
that.getJobNum(); that.getJobNum();
setTimeout(() => { setTimeout(() => {
if (uni.getStorageSync("miniApp-info").notice) { if (uni.getStorageSync("miniApp-info").notice) {
let notice = uni.getStorageSync("miniApp-info").notice; let notice = uni.getStorageSync("miniApp-info").notice || '愿祖国繁荣富强,山河锦绣如画;盼华夏儿女同心,共筑盛世中华!';
var reg = /[\r\n]/g; var reg = /[\r\n]/g;
notice = notice.replace(reg, ""); notice = notice.replace(reg, "");
that.noticList = [notice]; that.noticList = [notice];
@ -393,7 +393,7 @@ export default {
setTimeout(() => { setTimeout(() => {
if (uni.getStorageSync("miniApp-info").notice) { if (uni.getStorageSync("miniApp-info").notice) {
let notice = uni.getStorageSync("miniApp-info").notice; let notice = uni.getStorageSync("miniApp-info").notice || '愿祖国繁荣富强,山河锦绣如画;盼华夏儿女同心,共筑盛世中华!';
var reg = /[\r\n]/g; var reg = /[\r\n]/g;
notice = notice.replace(reg, ""); notice = notice.replace(reg, "");
that.noticList = [notice]; that.noticList = [notice];
@ -546,7 +546,6 @@ export default {
popSelect: { popSelect: {
isShow: false, isShow: false,
}, },
// "使沿"
noticList: [], noticList: [],
showNotic: "paused", showNotic: "paused",
userId: 0, userId: 0,

@ -64,7 +64,7 @@ const G = getCurrentInstance().appContext.app.config.globalProperties.G;
onShareAppMessage(() => { onShareAppMessage(() => {
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.sharePoster, imageUrl: appInfo.sharePoster,
path: "/pages/message/index", path: "/pages/message/index",
}; };
@ -74,7 +74,7 @@ onShareAppMessage(() => {
onShareTimeline(() => { onShareTimeline(() => {
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.logo, imageUrl: appInfo.logo,
query: "", query: "",
}; };

@ -17,7 +17,7 @@ export default {
path = `/pages/order/index`; path = `/pages/order/index`;
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.sharePoster, imageUrl: appInfo.sharePoster,
path, path,
}; };
@ -26,7 +26,7 @@ export default {
let that = this; let that = this;
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.logo, imageUrl: appInfo.logo,
}; };
}, },

@ -205,7 +205,7 @@
{{ miniAppInfo.fullName || miniAppInfo.agencyName }} {{ miniAppInfo.fullName || miniAppInfo.agencyName }}
</div> </div>
<div :style="{ fontSize: '60%' }"> <div :style="{ fontSize: '60%' }">
{{ miniAppInfo.slogan || "全心全意为老乡服务" }} {{ miniAppInfo.slogan || "为劳动者创造价值" }}
</div> </div>
</div> </div>
</div> </div>
@ -232,7 +232,7 @@ export default {
path = `/pages/person/index`; path = `/pages/person/index`;
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.sharePoster, imageUrl: appInfo.sharePoster,
path, path,
}; };
@ -241,7 +241,7 @@ export default {
let that = this; let that = this;
let appInfo = uni.getStorageSync("miniApp-info"); let appInfo = uni.getStorageSync("miniApp-info");
return { return {
title: appInfo.slogan || "你想找的厂都有,立即查看", title: appInfo.slogan || "为劳动者创造价值",
imageUrl: appInfo.logo, imageUrl: appInfo.logo,
}; };
}, },
@ -365,7 +365,7 @@ export default {
that.isLogin = false; that.isLogin = false;
that.userInfo.avatar = that.G.store().svgBaseImg + "defaultAva.svg"; that.userInfo.avatar = that.G.store().svgBaseImg + "defaultAva.svg";
that.userInfo.name = "微信用户"; that.userInfo.name = "微信用户";
that.userInfo.tel = that.miniAppInfo.slogan || "全心全意为老乡服务"; that.userInfo.tel = that.miniAppInfo.slogan || "为劳动者创造价值";
// that.userInfo.tel = " "; // that.userInfo.tel = " ";
that.userInfo.agencyName = ""; that.userInfo.agencyName = "";
that.userInfo.teamType = 0; that.userInfo.teamType = 0;
@ -471,8 +471,7 @@ export default {
contentFontSize = 36; contentFontSize = 36;
that.G.roundRect1(ctx, 30, baseTop, mycenter - 60, 360, 48, "#fff"); that.G.roundRect1(ctx, 30, baseTop, mycenter - 60, 360, 48, "#fff");
that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); // that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); //
let slogan = that.miniAppInfo.slogan || "全心全意为老乡服务"; let slogan = that.miniAppInfo.slogan || "为劳动者创造价值";
// let slogan = ''
that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan
that.G.roundRect(ctx, QRres.tempFilePath, mycenter - 320, baseTop + 60, 240, 240, 0); that.G.roundRect(ctx, QRres.tempFilePath, mycenter - 320, baseTop + 60, 240, 240, 0);
ctx.restore(); ctx.restore();
@ -647,8 +646,7 @@ export default {
contentFontSize = 36; contentFontSize = 36;
that.G.roundRect1(ctx, mycenter - (canvas.width - 60) / 2, baseTop, canvas.width - 60, 360, 48, "#fff"); that.G.roundRect1(ctx, mycenter - (canvas.width - 60) / 2, baseTop, canvas.width - 60, 360, 48, "#fff");
that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); // that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); //
let slogan = that.miniAppInfo.slogan || "全心全意为老乡服务"; let slogan = that.miniAppInfo.slogan || "为劳动者创造价值";
// let slogan = ''
that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan
// miniAppInfo // miniAppInfo
return new Promise((imgres) => { return new Promise((imgres) => {
@ -954,8 +952,7 @@ export default {
contentFontSize = 36; contentFontSize = 36;
that.G.roundRect1(ctx, mycenter - (canvas.width - 60) / 2, baseTop, canvas.width - 60, 360, 48, "#fff"); that.G.roundRect1(ctx, mycenter - (canvas.width - 60) / 2, baseTop, canvas.width - 60, 360, 48, "#fff");
that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); // that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); //
let slogan = that.miniAppInfo.slogan || "全心全意为老乡服务"; let slogan = that.miniAppInfo.slogan || "为劳动者创造价值";
// let slogan = ''
that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan
// miniAppInfo // miniAppInfo
return new Promise((imgres) => { return new Promise((imgres) => {

@ -226,7 +226,7 @@ export default {
that.info.logo = _datas.logo; that.info.logo = _datas.logo;
that.info.recordStatus = 1; that.info.recordStatus = 1;
that.info.agencyName = _datas.agencyName; that.info.agencyName = _datas.agencyName;
that.info.agencySlogan = _datas.agencySlogan; that.info.agencySlogan = _datas.agencySlogan || "为劳动者创造价值";
that.info.ddsec = uni.getStorageSync("miniApp-info").desp; that.info.ddsec = uni.getStorageSync("miniApp-info").desp;
that.info.ffullName = uni.getStorageSync("miniApp-info").fullName || uni.getStorageSync("miniApp-info").agencyName; that.info.ffullName = uni.getStorageSync("miniApp-info").fullName || uni.getStorageSync("miniApp-info").agencyName;
} }

@ -5,7 +5,7 @@
<img :src="miniAppInfo.logo" alt="" class="g_w_56 g_h_56 g_radius_8" /> <img :src="miniAppInfo.logo" alt="" class="g_w_56 g_h_56 g_radius_8" />
</view> </view>
<view style="font-size: 16px; font-weight: 400; color: #919191; line-height: 25px; margin-bottom: 60px; text-align: center"> <view style="font-size: 16px; font-weight: 400; color: #919191; line-height: 25px; margin-bottom: 60px; text-align: center">
{{ miniAppInfo.slogan }} {{ miniAppInfo.slogan || "为劳动者创造价值" }}
</view> </view>
<view class="m-form g_mb_50 g_pl_40 g_pr_40"> <view class="m-form g_mb_50 g_pl_40 g_pr_40">
<view class="g_bg_f_5 g_radius_6 g_pl_16 g_pr_16 g_flex_column_center g_pt_6 g_pb_6 g_mb_20"> <view class="g_bg_f_5 g_radius_6 g_pl_16 g_pr_16 g_flex_column_center g_pt_6 g_pb_6 g_mb_20">

@ -12,7 +12,7 @@
{{ miniAppInfo.fullName || miniAppInfo.agencyName }} {{ miniAppInfo.fullName || miniAppInfo.agencyName }}
</div> </div>
<div class="g_ell_1 g_w_all" :style="{ fontSize: '10px' }"> <div class="g_ell_1 g_w_all" :style="{ fontSize: '10px' }">
{{ miniAppInfo.slogan || "全心全意为老乡服务" }} {{ miniAppInfo.slogan || "为劳动者创造价值" }}
</div> </div>
</div> </div>
</div> </div>
@ -40,7 +40,7 @@
{{ miniAppInfo.fullName || miniAppInfo.agencyName }} {{ miniAppInfo.fullName || miniAppInfo.agencyName }}
</div> </div>
<div :style="{ fontSize: '60%' }"> <div :style="{ fontSize: '60%' }">
{{ miniAppInfo.slogan || "全心全意为老乡服务" }} {{ miniAppInfo.slogan || "为劳动者创造价值" }}
</div> </div>
</div> </div>
</div> </div>
@ -232,8 +232,8 @@ export default {
contentFontSize = 36; contentFontSize = 36;
_G.roundRect1(ctx, mycenter - (canvas.width - 60) / 2, baseTop, canvas.width - 60, 360, 48, "#fff"); _G.roundRect1(ctx, mycenter - (canvas.width - 60) / 2, baseTop, canvas.width - 60, 360, 48, "#fff");
_G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); // _G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); //
let slogan = that.miniAppInfo.slogan || "全心全意为老乡服务"; let slogan = that.miniAppInfo.slogan || "为劳动者创造价值";
// let slogan = '' // let slogan = ''
_G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan _G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan
// miniAppInfo // miniAppInfo

@ -38,7 +38,7 @@
{{ miniAppInfo.fullName || miniAppInfo.agencyName }} {{ miniAppInfo.fullName || miniAppInfo.agencyName }}
</div> </div>
<div :style="{ fontSize: '60%' }"> <div :style="{ fontSize: '60%' }">
{{ miniAppInfo.slogan || "全心全意为老乡服务" }} {{ miniAppInfo.slogan || "为劳动者创造价值" }}
</div> </div>
</div> </div>
</div> </div>
@ -240,8 +240,8 @@ export default {
contentFontSize = 36; contentFontSize = 36;
that.G.roundRect1(ctx, mycenter - (canvas.width - 60) / 2, baseTop, canvas.width - 60, 360, 48, "#fff"); that.G.roundRect1(ctx, mycenter - (canvas.width - 60) / 2, baseTop, canvas.width - 60, 360, 48, "#fff");
that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); // that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); //
let slogan = that.miniAppInfo.slogan || "全心全意为老乡服务"; let slogan = that.miniAppInfo.slogan || "为劳动者创造价值";
// let slogan = '' // let slogan = ''
that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan
// miniAppInfo // miniAppInfo
@ -327,8 +327,8 @@ export default {
contentFontSize = 36; contentFontSize = 36;
that.G.roundRect1(ctx, 30, baseTop, mycenter - 60, 360, 48, "#fff"); that.G.roundRect1(ctx, 30, baseTop, mycenter - 60, 360, 48, "#fff");
that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); // that.G.fillTextLineBreak(ctx, that.miniAppInfo.fullName || that.miniAppInfo.agencyName, baseLeft + 20, baseTop + 162, 300, 64, "#000", titleFontSize, "500"); //
let slogan = that.miniAppInfo.slogan || "全心全意为老乡服务"; let slogan = that.miniAppInfo.slogan || "为劳动者创造价值";
// let slogan = '' // let slogan = ''
that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan that.G.fillTextLineBreak(ctx, slogan, baseLeft + 20, baseTop + 168 + titleFontSize, 600, 48, "#666", contentFontSize, "500"); // slogan
that.G.roundRect(ctx, QRres.tempFilePath, mycenter - 320, baseTop + 60, 240, 240, 0); that.G.roundRect(ctx, QRres.tempFilePath, mycenter - 320, baseTop + 60, 240, 240, 0);
ctx.restore(); ctx.restore();

Loading…
Cancel
Save