diff --git a/pages_order/record/articleSharing.vue b/pages_order/record/articleSharing.vue index dbb10fa..cf340b0 100644 --- a/pages_order/record/articleSharing.vue +++ b/pages_order/record/articleSharing.vue @@ -178,7 +178,12 @@ imageUrl: headImage, path: `/pages_order/sharing/article?id=${this.id}&state=3&shareId=${this.userInfo.id}` } - +//调用增加分享次数的方法 + const params = { + id:this.id, + state:"4", + } + this.$fetch('addLogShareInfo', params) // todo: get times and check is unlocked this.isLocked = false diff --git a/pages_order/record/videoSharing.vue b/pages_order/record/videoSharing.vue index b30ce4a..fac2615 100644 --- a/pages_order/record/videoSharing.vue +++ b/pages_order/record/videoSharing.vue @@ -231,7 +231,7 @@ //调用增加分享次数的方法 const params = { id:this.id, - state:"0", + state:"2", } this.$fetch('addLogShareInfo', params) // todo: get times and check is unlocked