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