1
0
forked from x/volcanos
2020-01-05 01:20:12 +08:00

6 lines
233 B
Plaintext

<view class="display">
<table wx:if="{{msg.append && msg.append[0]}}">
<tr wx:for="{{msg[msg.append[0]]}}" wx:for-index="line" bindtap="onClick" data-index="{{line}}"><td>{{msg.name[line]}}</td></tr>
</table>
</view>