@@ -41,7 +41,6 @@ Component({
},
methods: {
async open(author, columnId, type = 'comment', onceId) {
- console.log(columnId, type, onceId);
// 背景遮罩层
var animation = wx.createAnimation({
duration: 300,
@@ -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({
- 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) {
@@ -30,6 +30,7 @@
z-index: 1;
border: 6rpx solid white;
border-radius: 50%;
+ background-color: #e4e1e1;
}
@@ -82,7 +83,7 @@
width: 100%;
height: 422rpx;
- /* .mask {
+ /* .mask {
position: absolute;
height: 100%;
@@ -91,7 +92,7 @@
background-color: rgba(0, 0, 0, 0.5);
*/
- /* .audioBg {
+ /* .audioBg {
filter: blur(12px);
.readingBox .videoBox {
position: relative;