You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<view class="title">{{detail.title}}</view>
|
|
<view class="time">{{detail.createTime}}</view>
|
|
<view class="line">
|
|
<image class="line" src="../img/gg_line.png"></image>
|
|
</view>
|
|
<rich-text nodes="{{detail.description}}"></rich-text> |