You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
590 B
Plaintext

2 years ago
<view class="sub f14" wx:for="{{list}}" hover-class="none" hover-stop-propagation="false">
<view class="fsa mb8 c9" hover-class="none" hover-stop-propagation="false">
<view class hover-class="none" hover-stop-propagation="false">{{item.time}}</view>
<view class hover-class="none" hover-stop-propagation="false">{{item.state}}</view>
</view>
<view class="c6" hover-class="none" hover-stop-propagation="false">{{item.content}}</view>
<view class="c3 pt8 mt8 btd1" wx:if="{{item.reply}}" hover-class="none" hover-stop-propagation="false">{{item.reply}}</view>
</view>