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