任务清单列表
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
<t-tab-bar bindchange="onChange">
|
||||
<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 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>
|
||||
|
||||
@@ -22,7 +22,7 @@ Page({
|
||||
|
||||
exitLogin(){
|
||||
wx.clearStorageSync();
|
||||
git ({url:"/pages/login/index"})
|
||||
wx.reLaunch({url:"/pages/login/index"})
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"t-grid": "/components/grid/grid",
|
||||
"t-grid-item": "/components/grid/grid-item",
|
||||
"t-tag": "/components/tag/tag",
|
||||
"t-check-tag": "/components/tag/tag",
|
||||
"t-steps": "/components/steps/steps",
|
||||
"t-step-item": "/components/steps/step-item",
|
||||
"t-dialog": "/components/dialog/dialog",
|
||||
|
||||
Reference in New Issue
Block a user