no message

cyl/job_im
jscyl13849007907 3 days ago
parent 7286688f76
commit ffaeeb573a

@ -137,7 +137,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx15bc9c758f4eb129", "appid" : "wxfab5320942daaafa",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,

@ -301,11 +301,11 @@ export default {
console.log("that.showNotic1", that.showNotic); console.log("that.showNotic1", that.showNotic);
that.getJobNum(); that.getJobNum();
setTimeout(() => { setTimeout(() => {
if (uni.getStorageSync("miniApp-info").notice) { let _notice = uni.getStorageSync("miniApp-info").notice || '愿祖国繁荣富强,山河锦绣如画;盼华夏儿女同心,共筑盛世中华!';
let notice = uni.getStorageSync("miniApp-info").notice || '愿祖国繁荣富强,山河锦绣如画;盼华夏儿女同心,共筑盛世中华!'; if (_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];
that.noticeColor = uni.getStorageSync("miniApp-info").noticeColor; that.noticeColor = uni.getStorageSync("miniApp-info").noticeColor;
that.showNotic = "play"; that.showNotic = "play";
} }
@ -392,11 +392,11 @@ export default {
setTimeout(() => { setTimeout(() => {
if (uni.getStorageSync("miniApp-info").notice) { let _notice = uni.getStorageSync("miniApp-info").notice || '愿祖国繁荣富强,山河锦绣如画;盼华夏儿女同心,共筑盛世中华!';
let notice = uni.getStorageSync("miniApp-info").notice || '愿祖国繁荣富强,山河锦绣如画;盼华夏儿女同心,共筑盛世中华!'; if (_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];
that.noticeColor = uni.getStorageSync("miniApp-info").noticeColor; that.noticeColor = uni.getStorageSync("miniApp-info").noticeColor;
that.showNotic = "play"; that.showNotic = "play";
} }

Loading…
Cancel
Save