refactor pages struct
This commit is contained in:
17
miniprogram/pages/main/tabs/other/index.wxml
Normal file
17
miniprogram/pages/main/tabs/other/index.wxml
Normal file
@ -0,0 +1,17 @@
|
||||
<view class="custom-navbar">
|
||||
<t-navbar title="其他" placeholder />
|
||||
</view>
|
||||
<view class="setting-bg">
|
||||
<t-cell-group class="list">
|
||||
<t-cell
|
||||
wx:for="{{navList}}"
|
||||
wx:for-item="item"
|
||||
wx:key="title"
|
||||
title="{{item.title}}"
|
||||
leftIcon="{{item.icon}}"
|
||||
arrow
|
||||
bind:tap="onNavTap"
|
||||
data-url="{{item.url}}"
|
||||
/>
|
||||
</t-cell-group>
|
||||
</view>
|
||||
Reference in New Issue
Block a user