|
|
|
|
@ -93,12 +93,10 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
|
|
|
|
|
if (customerId != null) {
|
|
|
|
|
itemID = widget.product.id;
|
|
|
|
|
checkWishlist();
|
|
|
|
|
// getSpecificationData(itemID);
|
|
|
|
|
}
|
|
|
|
|
print("customerId:$customerId");
|
|
|
|
|
|
|
|
|
|
setState(() {});
|
|
|
|
|
// getSpecificationData(itemID);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
|
@ -943,6 +941,8 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
|
|
|
|
|
isShowAppBar: true,
|
|
|
|
|
isPharmacy: true,
|
|
|
|
|
isShowDecPage: false,
|
|
|
|
|
showPharmacyCart: false,
|
|
|
|
|
showHomeAppBarIcon: false,
|
|
|
|
|
body: SingleChildScrollView(
|
|
|
|
|
child: Column(
|
|
|
|
|
children: [
|
|
|
|
|
|