mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
勋章配置
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
} else {
|
||||
let time = localStorage.getItem('notYet');
|
||||
let day = (new Date() - new Date(time))/(1000*60*60*24);
|
||||
if(day > 8){
|
||||
if(day > 15){
|
||||
this.interestCollection = true;
|
||||
}
|
||||
}
|
||||
@@ -78,7 +78,6 @@
|
||||
this.interestCollection = false;
|
||||
const h = this.$createElement;
|
||||
this.$message({
|
||||
duration:0,
|
||||
type: 'success',
|
||||
dangerouslyUseHTMLString: true,
|
||||
message: `<span class="u-message">
|
||||
|
||||
Reference in New Issue
Block a user