1
0
forked from x/volcanos
volcanos/client/mp/app.wxml
2020-02-15 20:48:52 +08:00

6 lines
251 B
Plaintext

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