|
@ -178,7 +178,12 @@ |
|
|
imageUrl: headImage, |
|
|
imageUrl: headImage, |
|
|
path: `/pages_order/sharing/article?id=${this.id}&state=3&shareId=${this.userInfo.id}` |
|
|
path: `/pages_order/sharing/article?id=${this.id}&state=3&shareId=${this.userInfo.id}` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//调用增加分享次数的方法 |
|
|
|
|
|
const params = { |
|
|
|
|
|
id:this.id, |
|
|
|
|
|
state:"4", |
|
|
|
|
|
} |
|
|
|
|
|
this.$fetch('addLogShareInfo', params) |
|
|
// todo: get times and check is unlocked |
|
|
// todo: get times and check is unlocked |
|
|
|
|
|
|
|
|
this.isLocked = false |
|
|
this.isLocked = false |
|
|