mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
<view class="container">
|
|
|
|
<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>
|