From c7928e08ce934389a95221d9a798118729a36b85 Mon Sep 17 00:00:00 2001 From: li tong bao <2903733959@qq.com> Date: Mon, 18 Apr 2022 13:53:18 +0800 Subject: [PATCH] =?UTF-8?q?[=20--=E5=A2=9E=E5=8A=A0=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E8=B5=84=E6=96=99=E9=A1=B5=E9=9D=A2=20]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/userEdit/index.config.ts | 3 +++ src/pages/userEdit/index.tsx | 13 ++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 src/pages/userEdit/index.config.ts diff --git a/src/pages/userEdit/index.config.ts b/src/pages/userEdit/index.config.ts new file mode 100644 index 0000000..7b68fe2 --- /dev/null +++ b/src/pages/userEdit/index.config.ts @@ -0,0 +1,3 @@ +export default { + navigationBarTitleText: '编辑个人资料' +} diff --git a/src/pages/userEdit/index.tsx b/src/pages/userEdit/index.tsx index 12d4504..67f255d 100644 --- a/src/pages/userEdit/index.tsx +++ b/src/pages/userEdit/index.tsx @@ -1,6 +1,17 @@ +import { Image, View } from "@tarojs/components" import "./index.scss" export default ()=>{ - return "1" + return ( + + + + 点击编辑头像 + + + + + + ) } \ No newline at end of file