|
|
|
@ -84,6 +84,9 @@ class _OrderDetailsPageState extends State<OrderDetailsPage> {
|
|
|
|
appBarTitle: TranslationBase.of(context).orderDetail,
|
|
|
|
appBarTitle: TranslationBase.of(context).orderDetail,
|
|
|
|
isShowAppBar: true,
|
|
|
|
isShowAppBar: true,
|
|
|
|
isPharmacy: true,
|
|
|
|
isPharmacy: true,
|
|
|
|
|
|
|
|
showPharmacyCart: false,
|
|
|
|
|
|
|
|
showHomeAppBarIcon: false,
|
|
|
|
|
|
|
|
isBottomBar: true,
|
|
|
|
baseViewModel: model,
|
|
|
|
baseViewModel: model,
|
|
|
|
body: model.orderListModel.length > 0
|
|
|
|
body: model.orderListModel.length > 0
|
|
|
|
? Container(
|
|
|
|
? Container(
|
|
|
|
|