diff --git a/pages/home/home.vue b/pages/home/home.vue
index 6222961..be27469 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -1,83 +1,59 @@
-
-
-
-
- {{infoList.store['name'] || storeinfo[0].store['name'] || info.name || ''}}
-
-
-
-
-
-
-
- {{infoList.store['position'] || storeinfo[0].store.position || info.position || ''}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 到店挂号
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 预约购药
-
+
+
+
+
+ {{infoList.store['name'] || storeinfo[0].store['name'] || info.name || ''}}
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+ {{infoList.store['position'] || storeinfo[0].store.position || info.position || ''}}
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 到店挂号
+
+
+
+
+
+
+
+
+
+
+
@@ -86,17 +62,41 @@
预约购药
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 预约购药
+
+
+
-
- 医生列表
-
- 更多
-
-
+
+ 医生列表
+
+ 更多
+
+
-
+
@@ -141,897 +141,928 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ 药品列表
+
+ 更多
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+ {{item.drug.drug_name}}
+ {{item.drug.is_otc ? 'OTC' : '处方药'}}
+
-
-
-
-
-
+
+
+
+ {{item.drug.category}}
+
-
-
-
-
-
+
+
+ 价格:
+ {{item.price}}
+
-
-
-
+
+
+
+ {{item.sales}}
+ 销量
+
+
+
+ 购买
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/subPackages/product/product.vue b/subPackages/product/product.vue
index 9f579b0..f0b0881 100644
--- a/subPackages/product/product.vue
+++ b/subPackages/product/product.vue
@@ -27,33 +27,30 @@
:key="item.id"
class="list-item"
@click="handClickProduct(item)"
- :style="index % 2 === 0 ? 'background-color: #f9faff;' : ''"
>
{{ item.drug.drug_name }}
- 功效:
+ 功效
{{ item.drug.function }}
- 规格:
+ 规格
{{ item.drug.specification }}
- ¥{{ item.drug.drug_store_drug.price }}
- 库存:999盒
+ ¥{{ item.price }}
+ 库存充足
-
-
+
@@ -70,7 +67,7 @@
@click="goToCart"
>
-
+
@@ -120,8 +117,8 @@