From 5e6fb701fd4ca3a37c931a14f5e69b9924817b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Fri, 20 Aug 2021 17:02:59 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E6=88=90]=20=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E7=85=A7=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 + pages/index/index.vue | 2 +- pages/my/editInfo.vue | 2 +- pages/my/photoImage.vue | 170 ++++++++++++++++++++++++++++ pages/saySomething/saySomething.vue | 7 +- 5 files changed, 183 insertions(+), 4 deletions(-) create mode 100644 pages/my/photoImage.vue diff --git a/pages.json b/pages.json index e018b18..5056103 100644 --- a/pages.json +++ b/pages.json @@ -172,6 +172,12 @@ "style": { "navigationBarTitleText": "基本资料" } + }, + { + "path": "pages/my/photoImage", + "style": { + "navigationBarTitleText": "形象照" + } } ], "globalStyle": { diff --git a/pages/index/index.vue b/pages/index/index.vue index 87869f8..9aab2bf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -24,7 +24,7 @@ 我要上墙 - + 编号 73949 diff --git a/pages/my/editInfo.vue b/pages/my/editInfo.vue index 2c83ef6..c10caa4 100644 --- a/pages/my/editInfo.vue +++ b/pages/my/editInfo.vue @@ -1,7 +1,7 @@