Commit c710132a authored by 罗林杰's avatar 罗林杰

修改点赞

parent 5bf9896d
...@@ -420,7 +420,6 @@ ...@@ -420,7 +420,6 @@
like(id,url){ like(id,url){
const form = { const form = {
targetId: this.userData.userId, targetId: this.userData.userId,
wxOpenid: uni.getStorageSync('userInfo').wxOpenid,
isPay:'0' isPay:'0'
} }
this.likeUrl = url this.likeUrl = url
...@@ -469,7 +468,6 @@ ...@@ -469,7 +468,6 @@
likeConfirm(){ likeConfirm(){
const form = { const form = {
targetId: this.userData.userId,//目标id targetId: this.userData.userId,//目标id
wxOpenid: uni.getStorageSync('userInfo').wxOpenid,
isPay:'1',//1花费 0不花费 isPay:'1',//1花费 0不花费
} }
likeUser(form).then(res=>{ likeUser(form).then(res=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment