任务清单列表
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",
|
||||
|
||||
@@ -1,51 +1,51 @@
|
||||
{
|
||||
"description": "项目配置文件",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"include": []
|
||||
},
|
||||
"setting": {
|
||||
"bundle": false,
|
||||
"userConfirmedBundleSwitch": false,
|
||||
"urlCheck": true,
|
||||
"scopeDataCheck": false,
|
||||
"coverView": true,
|
||||
"es6": true,
|
||||
"postcss": true,
|
||||
"compileHotReLoad": false,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"preloadBackgroundData": false,
|
||||
"minified": true,
|
||||
"autoAudits": false,
|
||||
"newFeature": false,
|
||||
"uglifyFileName": false,
|
||||
"uploadWithSourceMap": true,
|
||||
"useIsolateContext": true,
|
||||
"nodeModules": false,
|
||||
"enhance": true,
|
||||
"useMultiFrameRuntime": true,
|
||||
"useApiHook": true,
|
||||
"useApiHostProcess": true,
|
||||
"showShadowRootInWxmlPanel": true,
|
||||
"packNpmManually": false,
|
||||
"enableEngineNative": false,
|
||||
"packNpmRelationList": [],
|
||||
"minifyWXSS": true,
|
||||
"showES6CompileOption": false,
|
||||
"minifyWXML": true,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
}
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.28.1",
|
||||
"appid": "wxb1f499f0a173865b",
|
||||
"projectname": "quinn-task",
|
||||
"editorSetting": {
|
||||
"tabIndent": "insertSpaces",
|
||||
"tabSize": 4
|
||||
},
|
||||
"condition": {}
|
||||
"description": "项目配置文件",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"include": []
|
||||
},
|
||||
"setting": {
|
||||
"bundle": false,
|
||||
"userConfirmedBundleSwitch": false,
|
||||
"urlCheck": true,
|
||||
"scopeDataCheck": false,
|
||||
"coverView": true,
|
||||
"es6": true,
|
||||
"postcss": true,
|
||||
"compileHotReLoad": false,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"preloadBackgroundData": false,
|
||||
"minified": true,
|
||||
"autoAudits": false,
|
||||
"newFeature": false,
|
||||
"uglifyFileName": false,
|
||||
"uploadWithSourceMap": true,
|
||||
"useIsolateContext": true,
|
||||
"nodeModules": false,
|
||||
"enhance": true,
|
||||
"useMultiFrameRuntime": true,
|
||||
"useApiHook": true,
|
||||
"useApiHostProcess": true,
|
||||
"showShadowRootInWxmlPanel": true,
|
||||
"packNpmManually": false,
|
||||
"enableEngineNative": false,
|
||||
"packNpmRelationList": [],
|
||||
"minifyWXSS": true,
|
||||
"showES6CompileOption": false,
|
||||
"minifyWXML": true,
|
||||
"babelSetting": {
|
||||
"ignore": [],
|
||||
"disablePlugins": [],
|
||||
"outputPath": ""
|
||||
}
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.28.1",
|
||||
"appid": "wxb1f499f0a173865b",
|
||||
"projectname": "quinn-task",
|
||||
"editorSetting": {
|
||||
"tabIndent": "insertSpaces",
|
||||
"tabSize": 4
|
||||
},
|
||||
"condition": {}
|
||||
}
|
||||
Reference in New Issue
Block a user