From 67e2e117d59210a31bfcdc31a6e0440937b34d1e Mon Sep 17 00:00:00 2001 From: laiiihz Date: Wed, 23 Sep 2020 10:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/user/account_and_safety/account_and_safety_page.dart | 2 +- lib/pages/user/setting_page.dart | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/pages/user/account_and_safety/account_and_safety_page.dart b/lib/pages/user/account_and_safety/account_and_safety_page.dart index 63a7b24..8db3ae1 100644 --- a/lib/pages/user/account_and_safety/account_and_safety_page.dart +++ b/lib/pages/user/account_and_safety/account_and_safety_page.dart @@ -29,7 +29,7 @@ class _AccountAndSafetyPageState extends State { body: ListView( padding: EdgeInsets.only(top: rSize(16)), children: [ - SCTile.normalTile("支付密码设置", listener: () { + SCTile.normalTile("支付密码设置", needDivide: true, listener: () { // push(RouteName.USER_SET_PASSWORD); AppRouter.push(context, RouteName.USER_SET_PASSWORD_VARCODE); }), diff --git a/lib/pages/user/setting_page.dart b/lib/pages/user/setting_page.dart index 538290b..8126255 100644 --- a/lib/pages/user/setting_page.dart +++ b/lib/pages/user/setting_page.dart @@ -51,8 +51,7 @@ class _SettingItemListViewState extends BaseStoreState { SCTile.normalTile("个人资料", needDivide: true, listener: () { push(RouteName.USER_INFO_PAGE); }), - SCTile.normalTile('账户与安全', - needDivide: true, needArrow: true, listener: () { + SCTile.normalTile('账户与安全', needArrow: true, listener: () { push(RouteName.ACCOUNT_AND_SAFETY_PAGE); }), getEmptyBox(),