From 66818dbcd7e089859d01afdcaa578e4e5c787415 Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Fri, 11 Apr 2025 21:33:11 +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/personalSharing.vue | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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