This commit is contained in:
pplokijuhyg 2019-12-18 18:27:06 +08:00
parent bb8292a2c6
commit d41465615d
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ export default {
this.axios.post("http://lawpro.earnest.pro/api/login_main/clickLike",{ this.axios.post("http://lawpro.earnest.pro/api/login_main/clickLike",{
token:localStorage.getItem("token"), token:localStorage.getItem("token"),
type:this.type, type:this.type,
id:this.id, click_id:this.id,
status: 1 status: 1
}).then(()=>{ }).then(()=>{
if(this.islike){ if(this.islike){

View File

@ -256,7 +256,7 @@ export default {
this.axios.post("http://lawpro.earnest.pro/api/login_main/clickLike",{ this.axios.post("http://lawpro.earnest.pro/api/login_main/clickLike",{
token:localStorage.getItem("token"), token:localStorage.getItem("token"),
type:1, type:1,
id:this.$route.query.id, click_id:this.$route.query.id,
status: 1 status: 1
}).then(()=>{ }).then(()=>{
if(this.islike){ if(this.islike){