|
|
|
@ -93,9 +93,10 @@ class _ProfilePageState extends State<PharmacyProfilePage> {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
builder: (_, model, wi) => AppScaffold(
|
|
|
|
builder: (_, model, wi) => AppScaffold(
|
|
|
|
appBarTitle: TranslationBase.of(context).myAccount,
|
|
|
|
appBarTitle: TranslationBase.of(context).myAccount,
|
|
|
|
isShowAppBar: false,
|
|
|
|
isShowAppBar: true,
|
|
|
|
isShowDecPage: true,
|
|
|
|
isShowDecPage: true,
|
|
|
|
isPharmacy: true,
|
|
|
|
isPharmacy: true,
|
|
|
|
|
|
|
|
|
|
|
|
//isBottomBar: true,
|
|
|
|
//isBottomBar: true,
|
|
|
|
isMainPharmacyPages: true,
|
|
|
|
isMainPharmacyPages: true,
|
|
|
|
body: user != null
|
|
|
|
body: user != null
|
|
|
|
|