优化首页提示

This commit is contained in:
季圣华
2021-09-30 23:11:35 +08:00
parent 7ae0c1585c
commit 8bf516335d
2 changed files with 12 additions and 1 deletions

View File

@@ -146,7 +146,6 @@
//如果距离到期还剩5天就进行提示续费
if(difftime<86400000*5) {
this.hasExpire = true
this.$message.warning('您好,服务即将到期,请及时续费!',5)
}
}
})