Compare commits
1 Commits
master
...
release_20
| Author | SHA1 | Date | |
|---|---|---|---|
| e537372d37 |
@@ -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>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ Page({
|
|||||||
|
|
||||||
exitLogin(){
|
exitLogin(){
|
||||||
wx.clearStorageSync();
|
wx.clearStorageSync();
|
||||||
git ({url:"/pages/login/index"})
|
wx.reLaunch({url:"/pages/login/index"})
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -1,51 +1,51 @@
|
|||||||
{
|
{
|
||||||
"description": "项目配置文件",
|
"description": "项目配置文件",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"include": []
|
"include": []
|
||||||
},
|
},
|
||||||
"setting": {
|
"setting": {
|
||||||
"bundle": false,
|
"bundle": false,
|
||||||
"userConfirmedBundleSwitch": false,
|
"userConfirmedBundleSwitch": false,
|
||||||
"urlCheck": true,
|
"urlCheck": true,
|
||||||
"scopeDataCheck": false,
|
"scopeDataCheck": false,
|
||||||
"coverView": true,
|
"coverView": true,
|
||||||
"es6": true,
|
"es6": true,
|
||||||
"postcss": true,
|
"postcss": true,
|
||||||
"compileHotReLoad": false,
|
"compileHotReLoad": false,
|
||||||
"lazyloadPlaceholderEnable": false,
|
"lazyloadPlaceholderEnable": false,
|
||||||
"preloadBackgroundData": false,
|
"preloadBackgroundData": false,
|
||||||
"minified": true,
|
"minified": true,
|
||||||
"autoAudits": false,
|
"autoAudits": false,
|
||||||
"newFeature": false,
|
"newFeature": false,
|
||||||
"uglifyFileName": false,
|
"uglifyFileName": false,
|
||||||
"uploadWithSourceMap": true,
|
"uploadWithSourceMap": true,
|
||||||
"useIsolateContext": true,
|
"useIsolateContext": true,
|
||||||
"nodeModules": false,
|
"nodeModules": false,
|
||||||
"enhance": true,
|
"enhance": true,
|
||||||
"useMultiFrameRuntime": true,
|
"useMultiFrameRuntime": true,
|
||||||
"useApiHook": true,
|
"useApiHook": true,
|
||||||
"useApiHostProcess": true,
|
"useApiHostProcess": true,
|
||||||
"showShadowRootInWxmlPanel": true,
|
"showShadowRootInWxmlPanel": true,
|
||||||
"packNpmManually": false,
|
"packNpmManually": false,
|
||||||
"enableEngineNative": false,
|
"enableEngineNative": false,
|
||||||
"packNpmRelationList": [],
|
"packNpmRelationList": [],
|
||||||
"minifyWXSS": true,
|
"minifyWXSS": true,
|
||||||
"showES6CompileOption": false,
|
"showES6CompileOption": false,
|
||||||
"minifyWXML": true,
|
"minifyWXML": true,
|
||||||
"babelSetting": {
|
"babelSetting": {
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"disablePlugins": [],
|
"disablePlugins": [],
|
||||||
"outputPath": ""
|
"outputPath": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "2.28.1",
|
"libVersion": "2.28.1",
|
||||||
"appid": "wxb1f499f0a173865b",
|
"appid": "wxb1f499f0a173865b",
|
||||||
"projectname": "quinn-task",
|
"projectname": "quinn-task",
|
||||||
"editorSetting": {
|
"editorSetting": {
|
||||||
"tabIndent": "insertSpaces",
|
"tabIndent": "insertSpaces",
|
||||||
"tabSize": 4
|
"tabSize": 4
|
||||||
},
|
},
|
||||||
"condition": {}
|
"condition": {}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user