project init

This commit is contained in:
2023-01-28 14:37:45 +08:00
parent fa1176f658
commit 3a134326e7
83 changed files with 1482 additions and 140 deletions

View File

@@ -1,26 +1,25 @@
<t-cell-group theme="card">
<t-cell title="浙A88FU7" description="下午好!">
<view class="avatar" slot="left-icon">
<open-data type="userAvatarUrl" />
</view>
</t-cell>
<t-cell title="预算管理" arrow>
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="资产分类管理" arrow>
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="支出分类管理" arrow>
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="收入分类管理" arrow>
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="反馈建议" arrow>
<t-icon name="chat" slot="left-icon" />
</t-cell>
<t-cell title="关于我们" arrow>
<t-icon name="gift" slot="left-icon" />
</t-cell>
</t-cell-group>
<view class="my_look">
<t-cell-group theme="card">
<t-cell title="浙A88FU7" description="下午好!">
<view class="avatar" slot="left-icon">
<open-data type="userAvatarUrl" />
</view>
</t-cell>
<t-cell title="预算管理" arrow url="/pages/budget/index" >
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="资产分类管理" arrow url="/pages/settings/account/index" >
<t-icon name="setting" slot="left-icon" />
</t-cell>
<t-cell title="支出分类管理" arrow url="/pages/settings/expend/index" >
<t-icon name="setting" slot="left-icon" />
</t-cell>
<t-cell title="收入分类管理" arrow url="/pages/settings/income/index" >
<t-icon name="setting" slot="left-icon" />
</t-cell>
<t-cell title="关于我们" arrow url="/pages/about/about" >
<t-icon name="gift" slot="left-icon" />
</t-cell>
</t-cell-group>
</view>
<foot-tab value="label_4"/>