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