From 47303b3a3624d0c691340d0096fe6c7a94506888 Mon Sep 17 00:00:00 2001 From: wangdongbo <949818794@qq.com> Date: Thu, 5 Feb 2026 09:53:49 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=20appId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 74 ++++----- pages/home/customer-archive.vue | 266 +++++++++++++++++++++----------- 2 files changed, 210 insertions(+), 130 deletions(-) diff --git a/manifest.json b/manifest.json index 6966ae3..8a40fb3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,28 +1,28 @@ { - "name": "ykt-team-wxapp", - "appid": "__UNI__3EBDA15", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, + "name" : "ykt-team-wxapp", + "appid" : "__UNI__3EBDA15", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, /* 5+App特有相关 */ - "app-plus": { - "usingComponents": true, - "nvueStyleCompiler": "uni-app", - "compilerVersion": 3, - "splashscreen": { - "alwaysShowBeforeRender": true, - "waiting": true, - "autoclose": true, - "delay": 0 + "app-plus" : { + "usingComponents" : true, + "nvueStyleCompiler" : "uni-app", + "compilerVersion" : 3, + "splashscreen" : { + "alwaysShowBeforeRender" : true, + "waiting" : true, + "autoclose" : true, + "delay" : 0 }, /* 模块配置 */ - "modules": {}, + "modules" : {}, /* 应用发布信息 */ - "distribute": { + "distribute" : { /* android打包配置 */ - "android": { - "permissions": [ + "android" : { + "permissions" : [ "", "", "", @@ -41,32 +41,32 @@ ] }, /* ios打包配置 */ - "ios": {}, + "ios" : {}, /* SDK配置 */ - "sdkConfigs": {} + "sdkConfigs" : {} } }, /* 快应用特有相关 */ - "quickapp": {}, + "quickapp" : {}, /* 小程序特有相关 */ - "mp-weixin": { - "appid": "wx93af55767423938e", - "setting": { - "urlCheck": false + "mp-weixin" : { + "appid" : "wx93af55767423938e", + "setting" : { + "urlCheck" : false }, - "usingComponents": true + "usingComponents" : true }, - "mp-alipay": { - "usingComponents": true + "mp-alipay" : { + "usingComponents" : true }, - "mp-baidu": { - "usingComponents": true + "mp-baidu" : { + "usingComponents" : true }, - "mp-toutiao": { - "usingComponents": true + "mp-toutiao" : { + "usingComponents" : true }, - "uniStatistics": { - "enable": false + "uniStatistics" : { + "enable" : false }, - "vueVersion": "3" -} \ No newline at end of file + "vueVersion" : "3" +} diff --git a/pages/home/customer-archive.vue b/pages/home/customer-archive.vue index 4acdb0b..087bbda 100644 --- a/pages/home/customer-archive.vue +++ b/pages/home/customer-archive.vue @@ -1,53 +1,89 @@ \ No newline at end of file From f7db9058b2da9596fc51865658983fa7034127d4 Mon Sep 17 00:00:00 2001 From: wangdongbo <949818794@qq.com> Date: Fri, 6 Feb 2026 09:50:44 +0800 Subject: [PATCH 6/6] no message --- pages.json | 366 ++++++++++++++++++++++++++--------------------------- 1 file changed, 182 insertions(+), 184 deletions(-) diff --git a/pages.json b/pages.json index a9e6d7c..3aa6acc 100644 --- a/pages.json +++ b/pages.json @@ -1,184 +1,182 @@ -{ - "pages": [ - { - "path": "pages/home/home", - "style": { - "navigationBarTitleText": "首页", - "navigationStyle": "custom" - } - }, - { - "path": "pages/article/article-list", - "style": { - "navigationBarTitleText": "我的宣教" - } - }, - { - "path": "pages/article/article-cate-list", - "style": { - "navigationBarTitleText": "健康宣教" - } - }, - { - "path": "pages/survey/survey-list", - "style": { - "navigationBarTitleText": "我的问卷" - } - }, - { - "path": "pages/message/message", - "style": { - "navigationBarTitleText": "消息" - } - }, - { - "path": "pages/message/index", - "style": { - "navigationBarTitleText": "聊天", - "enablePullDownRefresh": false - } - }, - { - "path": "pages/login/login", - "style": { - "navigationBarTitleText": "健康柚", - "navigationStyle": "custom" - } - }, - { - "path": "pages/login/redirect-page", - "style": { - "navigationBarTitleText": "健康柚" - } - }, - { - "path": "pages/archive/archive-manage", - "style": { - "navigationBarTitleText": "档案管理" - } - }, - { - "path": "pages/archive/edit-archive", - "style": { - "navigationBarTitleText": "新增档案" - } - }, - { - "path": "pages/archive/archive-result", - "style": { - "navigationBarTitleText": "团队服务" - } - }, - { - "path": "pages/health/list", - "style": { - "navigationBarTitleText": "健康信息" - } - }, - { - "path": "pages/health/record", - "style": { - "navigationBarTitleText": "健康信息" - } - }, - { - "path": "pages/library/diagnosis-list", - "style": { - "navigationBarTitleText": "选择诊断" - } - }, - { - "path": "pages/team/team-detail", - "style": { - "navigationBarTitleText": "团队介绍" - } - }, - { - "path": "pages/team/homepage", - "style": { - "navigationBarTitleText": "个人主页" - } - }, - { - "path": "pages/team/friend", - "style": { - "navigationBarTitleText": "添加好友" - } - }, - { - "path": "pages/web-view/web-view", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "pages/mine/mine", - "style": { - "navigationBarTitleText": "我的" - } - }, - { - "path": "pages/mine/contact", - "style": { - "navigationBarTitleText": "联系客服" - } - }, - { - "path": "pages/common/privacy", - "style": { - "navigationBarTitleText": "隐私政策" - } - }, - { - "path": "pages/common/agreement", - "style": { - "navigationBarTitleText": "用户协议" - } - }, - { - "path": "pages/article/article-detail", - "style": { - "navigationBarTitleText": "宣教文章" - } - }, - { - "path": "pages/article/send-article", - "style": { - "navigationBarTitleText": "选择宣教文章" - } - } - ], - "globalStyle": { - "navigationBarTextStyle": "white", - "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#065bd6", - "backgroundColor": "#065bd6" - }, - "tabBar": { - "color": "#666666", - "selectedColor": "#007aff", - "backgroundColor": "#ffffff", - "borderStyle": "white", - "list": [ - { - "pagePath": "pages/home/home", - "iconPath": "static/tabbar/home.png", - "selectedIconPath": "static/tabbar/home_selected.png", - "text": "消息" - }, - { - "pagePath": "pages/message/message", - "iconPath": "static/tabbar/consult.png", - "selectedIconPath": "static/tabbar/consult_selected.png", - "text": "咨询" - }, - { - "pagePath": "pages/mine/mine", - "iconPath": "static/tabbar/mine.png", - "selectedIconPath": "static/tabbar/mine_selected.png", - "text": "我的" - } - ] - }, - "uniIdRouter": {} -} +{ + "pages": [{ + "path": "pages/home/home", + "style": { + "navigationBarTitleText": "首页", + "navigationStyle": "custom" + } + }, + { + "path": "pages/article/article-list", + "style": { + "navigationBarTitleText": "我的宣教" + } + }, + { + "path": "pages/article/article-cate-list", + "style": { + "navigationBarTitleText": "健康宣教" + } + }, + { + "path": "pages/survey/survey-list", + "style": { + "navigationBarTitleText": "我的问卷" + } + }, + { + "path": "pages/message/message", + "style": { + "navigationBarTitleText": "消息" + } + }, + { + "path": "pages/message/index", + "style": { + "navigationBarTitleText": "聊天", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/login/login", + "style": { + "navigationBarTitleText": "健康柚", + "navigationStyle": "custom" + } + }, + { + "path": "pages/login/redirect-page", + "style": { + "navigationBarTitleText": "健康柚" + } + }, + { + "path": "pages/archive/archive-manage", + "style": { + "navigationBarTitleText": "档案管理" + } + }, + { + "path": "pages/archive/edit-archive", + "style": { + "navigationBarTitleText": "新增档案" + } + }, + { + "path": "pages/archive/archive-result", + "style": { + "navigationBarTitleText": "团队服务" + } + }, + { + "path": "pages/health/list", + "style": { + "navigationBarTitleText": "健康信息" + } + }, + { + "path": "pages/health/record", + "style": { + "navigationBarTitleText": "健康信息" + } + }, + { + "path": "pages/library/diagnosis-list", + "style": { + "navigationBarTitleText": "选择诊断" + } + }, + { + "path": "pages/team/team-detail", + "style": { + "navigationBarTitleText": "团队介绍" + } + }, + { + "path": "pages/team/homepage", + "style": { + "navigationBarTitleText": "个人主页" + } + }, + { + "path": "pages/team/friend", + "style": { + "navigationBarTitleText": "添加好友" + } + }, + { + "path": "pages/web-view/web-view", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "pages/mine/mine", + "style": { + "navigationBarTitleText": "我的" + } + }, + { + "path": "pages/mine/contact", + "style": { + "navigationBarTitleText": "联系客服" + } + }, + { + "path": "pages/common/privacy", + "style": { + "navigationBarTitleText": "隐私政策" + } + }, + { + "path": "pages/common/agreement", + "style": { + "navigationBarTitleText": "用户协议" + } + }, + { + "path": "pages/article/article-detail", + "style": { + "navigationBarTitleText": "宣教文章" + } + }, + { + "path": "pages/article/send-article", + "style": { + "navigationBarTitleText": "选择宣教文章" + } + } + ], + "globalStyle": { + "navigationBarTextStyle": "white", + "navigationBarTitleText": "uni-app", + "navigationBarBackgroundColor": "#065bd6", + "backgroundColor": "#065bd6" + }, + "tabBar": { + "color": "#666666", + "selectedColor": "#007aff", + "backgroundColor": "#ffffff", + "borderStyle": "white", + "list": [{ + "pagePath": "pages/home/home", + "iconPath": "static/tabbar/home.png", + "selectedIconPath": "static/tabbar/home_selected.png", + "text": "消息" + }, + { + "pagePath": "pages/message/message", + "iconPath": "static/tabbar/consult.png", + "selectedIconPath": "static/tabbar/consult_selected.png", + "text": "咨询" + }, + { + "pagePath": "pages/mine/mine", + "iconPath": "static/tabbar/mine.png", + "selectedIconPath": "static/tabbar/mine_selected.png", + "text": "我的" + } + ] + }, + "uniIdRouter": {} +} \ No newline at end of file