From 032efabd45691cf07dc6220f54381a39a79f53b7 Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Fri, 11 Apr 2025 21:35:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=86=B2=E7=AA=81;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_order/record/articleSharing.vue | 3 --- pages_order/record/groupSharing.vue | 14 +++++++------- pages_order/record/personalSharing.vue | 16 ++++++---------- pages_order/record/videoSharing.vue | 13 ++++++------- 4 files changed, 19 insertions(+), 27 deletions(-) diff --git a/pages_order/record/articleSharing.vue b/pages_order/record/articleSharing.vue index 5c09b5a..c69bfd5 100644 --- a/pages_order/record/articleSharing.vue +++ b/pages_order/record/articleSharing.vue @@ -354,9 +354,6 @@ } }, - onPublish() { - // todo - }, } } diff --git a/pages_order/record/groupSharing.vue b/pages_order/record/groupSharing.vue index b217500..2401e92 100644 --- a/pages_order/record/groupSharing.vue +++ b/pages_order/record/groupSharing.vue @@ -237,13 +237,13 @@ imageUrl: indexImage, path: `/pages_order/sharing/group?id=${this.id}&state=2&shareId=${this.userInfo.id}` } -//调用增加分享次数的方法 - const params = { - id:this.id, - state:"3", - } - this.$fetch('addLogShareInfo', params) - // todo: get times and check is unlocked + + //调用增加分享次数的方法 + const params = { + id:this.id, + state:"3", + } + this.$fetch('addLogShareInfo', params) this.isLocked = false diff --git a/pages_order/record/personalSharing.vue b/pages_order/record/personalSharing.vue index bd1d910..df497c4 100644 --- a/pages_order/record/personalSharing.vue +++ b/pages_order/record/personalSharing.vue @@ -220,7 +220,6 @@ const { textDetails, indexImage, - textDetails, } = this.form let o = { @@ -229,15 +228,12 @@ path: `/pages_order/sharing/personal?id=${this.id}&state=0&shareId=${this.userInfo.id}` } - //调用增加分享次数的方法 - const params = { - id:this.id, - state:"0", - } - this.$fetch('addLogShareInfo', params) - - - + //调用增加分享次数的方法 + const params = { + id:this.id, + state:"0", + } + this.$fetch('addLogShareInfo', params) this.isLocked = false diff --git a/pages_order/record/videoSharing.vue b/pages_order/record/videoSharing.vue index 0cbdbf4..e459bfb 100644 --- a/pages_order/record/videoSharing.vue +++ b/pages_order/record/videoSharing.vue @@ -228,13 +228,12 @@ path: `/pages_order/sharing/video?id=${this.id}&state=1&shareId=${this.userInfo.id}` } - //调用增加分享次数的方法 - const params = { - id:this.id, - state:"0", - } - this.$fetch('addLogShareInfo', params) - // todo: get times and check is unlocked + //调用增加分享次数的方法 + const params = { + id:this.id, + state:"0", + } + this.$fetch('addLogShareInfo', params) this.isLocked = false