finally ffs
This commit is contained in:
parent
ee228566ae
commit
70ca60fa43
1 changed files with 2 additions and 2 deletions
|
@ -330,8 +330,8 @@
|
|||
"hidden": false,
|
||||
"disabled": true,
|
||||
"action": function () {
|
||||
self.isLoved = true
|
||||
app.love(self.item)
|
||||
self.getHeartStatus()
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -341,8 +341,8 @@
|
|||
"name": this.app.getLz('action.unlove'),
|
||||
"hidden": true,
|
||||
"action": function () {
|
||||
self.isLoved = false
|
||||
app.unlove(self.item)
|
||||
self.getHeartStatus()
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue