diff --git a/subPackages/product/product.vue b/subPackages/product/product.vue
index 6db2bde..ebf1a59 100644
--- a/subPackages/product/product.vue
+++ b/subPackages/product/product.vue
@@ -1,94 +1,112 @@
-
-
+
+
-
+
-
+
-
-
-
+
-
-
+
{{ item.drug.drug_name }}
-
+
-
- {{item.drug.is_otc ? 'OTC' : 'Rx'}}
-
- {{ item.drug.specification }}
+
+
+ {{ getProductTag(item.drug).label }}
+
+
+
+ {{ item.drug.specification || '标准规格' }}
-
+
主治:{{ item.drug.function }}
-
+
-
¥
{{ item.price }}
-
@@ -96,13 +114,13 @@
-
+
-
+
-
+
-
{{ cartCount > 99 ? '99+' : cartCount }}
-
+
-
+
+
+.empty-state { margin-top: 100rpx; }
+
\ No newline at end of file