显示返回
This commit is contained in:
parent
5b9b493421
commit
e5922375c7
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"navigationBarTitleText": "个人信息",
|
||||
"navigationBarTitleText": "修改个人信息",
|
||||
"oakDisablePulldownRefresh": true,
|
||||
"usingComponents": {
|
||||
"l-button": "../../../miniprogram_npm/lin-ui/button/index",
|
||||
|
|
|
|||
|
|
@ -118,9 +118,14 @@ export default OakComponent({
|
|||
});
|
||||
},
|
||||
goAddMobile() {
|
||||
this.navigateTo({
|
||||
url: '/mobile/me',
|
||||
});
|
||||
this.navigateTo(
|
||||
{
|
||||
url: '/mobile/me',
|
||||
},
|
||||
{
|
||||
showBack: true,
|
||||
}
|
||||
);
|
||||
},
|
||||
setVisibleMp(e: WechatMiniprogram.Touch) {
|
||||
const {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ export default function Render(
|
|||
const [open, setOpen] = useState(false);
|
||||
|
||||
return (
|
||||
<PageHeader title="个人信息" showBack={showBack}>
|
||||
<PageHeader title="修改个人信息" showBack={showBack}>
|
||||
<div className={Style.container}>
|
||||
<Form
|
||||
labelCol={{ xs: { span: 4 }, md: { span: 6 } }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue