|
@@ -87,13 +87,13 @@ module.exports = Behavior({
|
|
|
openComment({
|
|
|
target
|
|
|
}) {
|
|
|
- this.selectComponent('#comment').open(target.dataset.uid,target.dataset.id)
|
|
|
+ this.selectComponent('#comment').open(target.dataset.uid, target.dataset.id)
|
|
|
},
|
|
|
// 打开设置类型的评论组件
|
|
|
openTypeComment({
|
|
|
target
|
|
|
}) {
|
|
|
- this.selectComponent('#comment').open(target.dataset.uid,target.dataset.id, target.dataset.type, target.dataset.onceId)
|
|
|
+ this.selectComponent('#comment').open(wx.getStorageSync('uid'), target.dataset.id, target.dataset.type, target.dataset.onceId)
|
|
|
},
|
|
|
// 分享
|
|
|
creatShare(video) {
|