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,
|
"hidden": false,
|
||||||
"disabled": true,
|
"disabled": true,
|
||||||
"action": function () {
|
"action": function () {
|
||||||
|
self.isLoved = true
|
||||||
app.love(self.item)
|
app.love(self.item)
|
||||||
self.getHeartStatus()
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -341,8 +341,8 @@
|
||||||
"name": this.app.getLz('action.unlove'),
|
"name": this.app.getLz('action.unlove'),
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"action": function () {
|
"action": function () {
|
||||||
|
self.isLoved = false
|
||||||
app.unlove(self.item)
|
app.unlove(self.item)
|
||||||
self.getHeartStatus()
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue