|
@ -228,12 +228,13 @@ |
|
|
path: `/pages_order/sharing/video?id=${this.id}&state=1&shareId=${this.userInfo.id}` |
|
|
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) |
|
|
|
|
|
|
|
|
//调用增加分享次数的方法 |
|
|
|
|
|
const params = { |
|
|
|
|
|
id:this.id, |
|
|
|
|
|
state:"2", |
|
|
|
|
|
} |
|
|
|
|
|
this.$fetch('addLogShareInfo', params) |
|
|
|
|
|
// todo: get times and check is unlocked |
|
|
|
|
|
|
|
|
this.isLocked = false |
|
|
this.isLocked = false |
|
|
|
|
|
|
|
|