From 42f0e5b98d580bc5652003da2edd3dc8aadead31 Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Sun, 13 Apr 2025 21:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_order/record/articleSharing.vue | 7 ++++++- pages_order/record/videoSharing.vue | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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