mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-07-27 08:40:26 +08:00
同步时,如果没有更新,不再提示
This commit is contained in:
@@ -254,10 +254,7 @@ export default {
|
||||
}
|
||||
star.get(e.id).then(resStar => {
|
||||
var msg = ''
|
||||
if (e.detail.last === detailRes.last) {
|
||||
msg = `同步"${e.name}"成功, 未查询到更新。`
|
||||
this.$message.info(msg)
|
||||
} else {
|
||||
if (e.detail.last !== detailRes.last) {
|
||||
doc.hasUpdate = true
|
||||
msg = `同步"${e.name}"成功, 检查到更新。`
|
||||
this.$message.success(msg)
|
||||
|
||||
Reference in New Issue
Block a user