<view class="tab">
<van-tabs bind:click="onClick" animated swipeable sticky>
<van-tab title="场地简介">
<text class='text' decode="{{true}}">
{{spaceInfo.jieshao}}
</text>
</van-tab>
<van-tab title="设备清单">
<image class="url" src="{{spaceInfo.list}}" mode="widthFix"></image>
</van-tab>
</van-tabs>
</view>
.tab{
margin-top: 35rpx;
}
.text{
word-break: break-all;
word-wrap: break-word;
font-size: 15px;
}
onLoad: function (options) {
db.collection("spacelist").doc(options.id).get({
success: res => {
this.setData({
spaceInfo: res.data
})
}
})
},
你好,提供这种格式的简单代码片段看下(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
把text的属性space设置为true
<text class='text' decode="{{true}}" space="true">
{{spaceInfo.jieshao}}</text>
是这样吗》?还是不行
<text class="compan-msg-left" decode="{{true}}" selectable="true">