@@ -61,7 +61,7 @@
}
.body {
- height: 500rpx;
+ height: 40vh;
.body-box {
padding: 0rpx 22rpx;
@@ -56,7 +56,7 @@
color: #333333;
.commentBox .comment .body {
.commentBox .comment .body .body-box {
@@ -87,7 +87,6 @@ module.exports = Behavior({
openComment({
target
}) {
- console.log(target);
this.selectComponent('#comment').open(target.dataset.uid,target.dataset.id)
},
// 打开设置类型的评论组件
@@ -270,7 +270,7 @@ Page({
let lessonText = JSON.parse(this.data.videoInfo.userReadExtend.lessonText).map((item) => {
return item.text
- }).join('\n')
+ }).join('')
// https://www.chivox.com/opendoc/#/ChineseDoc/coreCn/Chinese/cn.sent.raw?id=%e5%8f%82%e6%95%b0%e8%af%b4%e6%98%8e <----参数说明
wsEngine.start({
request: {