[ --增加编辑个人资料页面 ]
This commit is contained in:
parent
c86c7c854e
commit
c7928e08ce
3
src/pages/userEdit/index.config.ts
Normal file
3
src/pages/userEdit/index.config.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
navigationBarTitleText: '编辑个人资料'
|
||||||
|
}
|
@ -1,6 +1,17 @@
|
|||||||
|
|
||||||
|
import { Image, View } from "@tarojs/components"
|
||||||
import "./index.scss"
|
import "./index.scss"
|
||||||
|
|
||||||
export default ()=>{
|
export default ()=>{
|
||||||
return "1"
|
return (
|
||||||
|
<View className="user-edit">
|
||||||
|
<View>
|
||||||
|
<Image src="https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg.jj20.com%2Fup%2Fallimg%2F1113%2F052420110515%2F200524110515-2-1200.jpg&refer=http%3A%2F%2Fimg.jj20.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=auto?sec=1652840455&t=6d2fd53931578ef6e213a929a77d059c"/>
|
||||||
|
<View>点击编辑头像</View>
|
||||||
|
</View>
|
||||||
|
<View>
|
||||||
|
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user