From 61c05c924d14e59434ddda82212158057191cca1 Mon Sep 17 00:00:00 2001 From: kenny <879464294@qq.com> Date: Tue, 21 Oct 2025 16:37:19 +0800 Subject: [PATCH] feat: bug fix --- pages.json | 4 +- pages/base-info-more/index.vue | 140 +++++++++++++++---------------- pages/base-info/index.vue | 146 +++++++++++++++++---------------- pages/index/custom.vue | 3 +- pages/report/index.vue | 83 +++++++++++++++++-- pages/uploadClothes/index.vue | 2 +- static/header.png | Bin 0 -> 209854 bytes static/index/image_1.jpeg | Bin 93383 -> 69797 bytes static/index/image_10.jpeg | Bin 34554 -> 27946 bytes static/index/image_11.jpeg | Bin 0 -> 50989 bytes static/index/image_12.jpeg | Bin 0 -> 57145 bytes static/index/image_13.jpeg | Bin 0 -> 56920 bytes static/index/image_14.jpeg | Bin 0 -> 62465 bytes static/index/image_15.jpeg | Bin 0 -> 11567 bytes static/index/image_16.jpeg | Bin 0 -> 41243 bytes static/index/image_17.jpeg | Bin 0 -> 99028 bytes static/index/image_18.jpeg | Bin 0 -> 94244 bytes static/index/image_19.jpeg | Bin 0 -> 45864 bytes static/index/image_2.jpeg | Bin 66348 -> 74465 bytes static/index/image_20.jpeg | Bin 0 -> 96853 bytes static/index/image_21.jpeg | Bin 0 -> 35935 bytes static/index/image_22.jpeg | Bin 0 -> 117551 bytes static/index/image_23.jpeg | Bin 0 -> 92760 bytes static/index/image_24.jpeg | Bin 0 -> 110630 bytes static/index/image_25.jpeg | Bin 0 -> 113004 bytes static/index/image_26.jpeg | Bin 0 -> 100045 bytes static/index/image_27.jpeg | Bin 0 -> 56335 bytes static/index/image_28.jpeg | Bin 0 -> 59522 bytes static/index/image_29.jpeg | Bin 0 -> 53451 bytes static/index/image_3.jpeg | Bin 79948 -> 104030 bytes static/index/image_30.jpeg | Bin 0 -> 7570 bytes static/index/image_4.jpeg | Bin 42869 -> 85406 bytes static/index/image_5.jpeg | Bin 36249 -> 87381 bytes static/index/image_6.jpeg | Bin 64635 -> 14680 bytes static/index/image_7.jpeg | Bin 48874 -> 95354 bytes static/index/image_8.jpeg | Bin 74455 -> 105432 bytes static/index/image_9.jpeg | Bin 70386 -> 37050 bytes static/nav-1.png | Bin 0 -> 10924 bytes static/nav-2.png | Bin 0 -> 27116 bytes static/pdf-icon.png | Bin 0 -> 2044 bytes 40 files changed, 225 insertions(+), 153 deletions(-) create mode 100644 static/header.png create mode 100644 static/index/image_11.jpeg create mode 100644 static/index/image_12.jpeg create mode 100644 static/index/image_13.jpeg create mode 100644 static/index/image_14.jpeg create mode 100644 static/index/image_15.jpeg create mode 100644 static/index/image_16.jpeg create mode 100644 static/index/image_17.jpeg create mode 100644 static/index/image_18.jpeg create mode 100644 static/index/image_19.jpeg create mode 100644 static/index/image_20.jpeg create mode 100644 static/index/image_21.jpeg create mode 100644 static/index/image_22.jpeg create mode 100644 static/index/image_23.jpeg create mode 100644 static/index/image_24.jpeg create mode 100644 static/index/image_25.jpeg create mode 100644 static/index/image_26.jpeg create mode 100644 static/index/image_27.jpeg create mode 100644 static/index/image_28.jpeg create mode 100644 static/index/image_29.jpeg create mode 100644 static/index/image_30.jpeg create mode 100644 static/nav-1.png create mode 100644 static/nav-2.png create mode 100644 static/pdf-icon.png diff --git a/pages.json b/pages.json index bd9960e..1c2ae52 100644 --- a/pages.json +++ b/pages.json @@ -25,13 +25,13 @@ "path": "pages/index/custom", "aliasPath": "/", "style": { - "navigationBarTitleText": "自定义首页", + "navigationBarTitleText": "美学诊断", "enablePullDownRefresh": true }, "meta": { "auth": false, "sync": true, - "title": "自定义首页", + "title": "美学诊断", "group": "商城" } }, diff --git a/pages/base-info-more/index.vue b/pages/base-info-more/index.vue index dcbb5d4..e6f3251 100644 --- a/pages/base-info-more/index.vue +++ b/pages/base-info-more/index.vue @@ -1,87 +1,89 @@