- <view class="common_fix common_back" hidden="{{!showBack}}" bindtap="toTop">
- <text class="icon icon-toTop"></text>
- </view>
- <view class='read'>
- <view class='read-title'>{{data.title}}</view>
- <!-- <view class='read-content'>{{data.content}}</view> -->
- <rich-text class='read-content' nodes="{{data.content}}"></rich-text>
- <view class='read-number'><text class='icon-single'></text>{{data.readerNum}}人已读</view>
- </view>
- <view class='bottom-button'>
- <button class='button button-radius button-subtitle read-button' bindtap='read' wx:if="{{data.myRead==0}}">我已阅读</button>
- <button class='button button-radius button-light read-button' wx:else>我已阅读</button>
- </view>
- <alert show="{{alertStatus}}" _CONFIG_="{{alert}}" bind:close="close" />
|