|
|
|
|
@ -348,6 +348,19 @@ export default {
|
|
|
|
|
// setTimeout(() => {
|
|
|
|
|
// that.appInfo = uni.getStorageSync("miniApp-info");
|
|
|
|
|
// }, 100);
|
|
|
|
|
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
if (uni.getStorageSync("miniApp-info").notice) {
|
|
|
|
|
let notice = uni.getStorageSync("miniApp-info").notice;
|
|
|
|
|
var reg = /[\r\n]/g;
|
|
|
|
|
notice = notice.replace(reg, "");
|
|
|
|
|
that.noticList = [];
|
|
|
|
|
// that.noticList = notice;
|
|
|
|
|
that.noticList.push(notice);
|
|
|
|
|
that.showNotic = "play";
|
|
|
|
|
}
|
|
|
|
|
console.log("that.noticList", that.noticList);
|
|
|
|
|
}, 100);
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
|