1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-06 03:58:05 +08:00
2017-02-04 17:24:36 +08:00

13 lines
412 B
Plaintext

<view class="container">
<image class="logo" src="https://img.yzcdn.cn/public_files/2017/02/04/6f0c0bdab11e54d920c73dd2cbfa51ea.png"></image>
<view class="zui-panel">
<navigator wx:for="{{ list }}" wx:key="name" class="zui-cell zui-cell--access" url="{{ item.path }}">
<view class="zui-cell__bd">{{ item.name }}</view>
<view class="zui-cell__ft"></view>
</navigator>
</view>
</view>