merge old version #260

Merged
baladiwei merged 167 commits from feature_noti_v2 into feature_notification_v2 2021-11-12 14:07:07 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit afd2cec4f2 - Show all commits

View File

@ -26,6 +26,7 @@ function SystemNotice({system_notification,history}){
// }
// }).catch(error=>{})
// }
cookie.remove('notice_stage');
let inFifteenMinutes = new Date(new Date().getTime() + 24 * 3600 * 1000);//
cookie.save('notice_stage', true,{ expires: inFifteenMinutes });
console.log("cookies:",cookie.load('notice_stage')) ;