修复
This commit is contained in:
parent
bb8292a2c6
commit
d41465615d
@ -220,7 +220,7 @@ export default {
|
||||
this.axios.post("http://lawpro.earnest.pro/api/login_main/clickLike",{
|
||||
token:localStorage.getItem("token"),
|
||||
type:this.type,
|
||||
id:this.id,
|
||||
click_id:this.id,
|
||||
status: 1
|
||||
}).then(()=>{
|
||||
if(this.islike){
|
||||
|
@ -256,7 +256,7 @@ export default {
|
||||
this.axios.post("http://lawpro.earnest.pro/api/login_main/clickLike",{
|
||||
token:localStorage.getItem("token"),
|
||||
type:1,
|
||||
id:this.$route.query.id,
|
||||
click_id:this.$route.query.id,
|
||||
status: 1
|
||||
}).then(()=>{
|
||||
if(this.islike){
|
||||
|
Loading…
Reference in New Issue
Block a user