From e537372d37dfac5d76ff5eb02777f5a5ba2dcb75 Mon Sep 17 00:00:00 2001 From: limqhz <540344226@qq.com> Date: Tue, 10 Jan 2023 14:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=B8=85=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/foot-tab/foot-tab.wxml | 2 +- pages/myself/account/index.js | 2 +- pages/register/index.json | 1 + project.config.json | 98 +++++++++++++++++------------------ 4 files changed, 52 insertions(+), 51 deletions(-) diff --git a/pages/foot-tab/foot-tab.wxml b/pages/foot-tab/foot-tab.wxml index 6ea7e31..0adf661 100644 --- a/pages/foot-tab/foot-tab.wxml +++ b/pages/foot-tab/foot-tab.wxml @@ -2,6 +2,6 @@ 任务清单 纪念日 - 微习惯 + 会员中心 个人中心 diff --git a/pages/myself/account/index.js b/pages/myself/account/index.js index 9505e42..932f654 100644 --- a/pages/myself/account/index.js +++ b/pages/myself/account/index.js @@ -22,7 +22,7 @@ Page({ exitLogin(){ wx.clearStorageSync(); - git ({url:"/pages/login/index"}) + wx.reLaunch({url:"/pages/login/index"}) } }); diff --git a/pages/register/index.json b/pages/register/index.json index 98d9318..c90b489 100644 --- a/pages/register/index.json +++ b/pages/register/index.json @@ -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", diff --git a/project.config.json b/project.config.json index 0cce3eb..7cf538a 100644 --- a/project.config.json +++ b/project.config.json @@ -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": {} } \ No newline at end of file