|
@ -220,7 +220,6 @@ |
|
|
const { |
|
|
const { |
|
|
textDetails, |
|
|
textDetails, |
|
|
indexImage, |
|
|
indexImage, |
|
|
textDetails, |
|
|
|
|
|
} = this.form |
|
|
} = this.form |
|
|
|
|
|
|
|
|
let o = { |
|
|
let o = { |
|
@ -229,15 +228,12 @@ |
|
|
path: `/pages_order/sharing/personal?id=${this.id}&state=0&shareId=${this.userInfo.id}` |
|
|
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 |
|
|
this.isLocked = false |
|
|
|
|
|
|
|
|