1 Commits

Author SHA1 Message Date
e537372d37 任务清单列表 2023-01-10 14:34:52 +08:00
4 changed files with 52 additions and 51 deletions

View File

@@ -2,6 +2,6 @@
<t-tab-bar bindchange="onChange"> <t-tab-bar bindchange="onChange">
<t-tab-bar-item value="1" icon="{{iconList[0]}}">任务清单</t-tab-bar-item> <t-tab-bar-item value="1" icon="{{iconList[0]}}">任务清单</t-tab-bar-item>
<t-tab-bar-item value="2" icon="{{iconList[1]}}">纪念日</t-tab-bar-item> <t-tab-bar-item value="2" icon="{{iconList[1]}}">纪念日</t-tab-bar-item>
<t-tab-bar-item badge-props="{{message}}" value="3" icon="{{iconList[2]}}">微习惯</t-tab-bar-item> <t-tab-bar-item badge-props="{{message}}" value="3" icon="{{iconList[2]}}">会员中心</t-tab-bar-item>
<t-tab-bar-item value="4" icon="{{iconList[3]}}">个人中心</t-tab-bar-item> <t-tab-bar-item value="4" icon="{{iconList[3]}}">个人中心</t-tab-bar-item>
</t-tab-bar> </t-tab-bar>

View File

@@ -22,7 +22,7 @@ Page({
exitLogin(){ exitLogin(){
wx.clearStorageSync(); wx.clearStorageSync();
git ({url:"/pages/login/index"}) wx.reLaunch({url:"/pages/login/index"})
} }
}); });

View File

@@ -3,6 +3,7 @@
"t-grid": "/components/grid/grid", "t-grid": "/components/grid/grid",
"t-grid-item": "/components/grid/grid-item", "t-grid-item": "/components/grid/grid-item",
"t-tag": "/components/tag/tag", "t-tag": "/components/tag/tag",
"t-check-tag": "/components/tag/tag",
"t-steps": "/components/steps/steps", "t-steps": "/components/steps/steps",
"t-step-item": "/components/steps/step-item", "t-step-item": "/components/steps/step-item",
"t-dialog": "/components/dialog/dialog", "t-dialog": "/components/dialog/dialog",