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

修改关注

parent 2a44d0e1
......@@ -70,7 +70,7 @@
success: (res) => {
if (res.confirm) {
const form = {
targetId: this.targetId,//目标id
targetId: this.userId,//目标id
content: this.message,//输入的内容
isPay:'1',//1花费 0不花费
wxOpenid: userInfo.wxOpenid
......
......@@ -152,7 +152,7 @@ export default {
deleteFollow(form).then(res => {
if (res.data.code == 200){
this.$u.toast('取消关注成功')
this.getUserList()
this.$refs.paging.reload();
}
})
} else if (res.cancel) {
......
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