diff --git a/pages/index/index.vue b/pages/index/index.vue
index cfa4561..d412217 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,21 +1,21 @@
@@ -23,16 +23,20 @@
- {{(shareInfo.real_name||( userStore.userInfo.real_name|| userStore.userInfo.nickname)) + '的供销个人门店' }}
+ {{
+ (shareInfo.real_name || (
+ userStore.userInfo.real_name || userStore.userInfo.nickname)) + '的供销个人门店' }}
{{STORE_INFO.store_name}}
+ style="max-width: 400rpx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{
+ STORE_INFO.store_name }}
-
+
@@ -48,41 +52,41 @@
我的订单
- {{ userStore.userInfo.no_writeoff }}
+ {{ userStore.userInfo.no_writeoff }}
个人中心
-
+
-
- {{item.name}}
+ {{ item.name }}
-
+
全
部
-
+
全部分类
-
- {{item.name}}
+ {{ item.name }}
@@ -90,8 +94,8 @@
- {{item.name}}
+ {{ item.name }}
@@ -99,63 +103,62 @@
-
- {{item.name}}
+ {{ item.name }}
-
+
- 综合
- 价格
- 销量
+ 综合
+ 价格
+ 销量
+
-
+
- {{item.name}}
+ :class="{ 'item-active': rightActive === item.id }"
+ v-for="(item, index) in goodClassThree" :key="index" @click="changeThree(item, index)">
+ {{ item.name }}
-
-
+
+
+ :style="{ backgroundImage: `url(${item.image}?x-oss-process=image/format,webp)` }">
- {{item.store_name}}
+ {{ item.store_name }}
- {{item.spec}}
+ {{ item.spec }}
-
- 起批量: {{item.batch}}{{item.unit_name }}起卖
+
+ 起批量: {{ item.batch }}{{ item.unit_name }}起卖
-
+
会员价¥
- {{item.vip_price}}
+ {{ item.vip_price }}
- /{{item.unit_name}}
+ /{{ item.unit_name }}
- ¥{{item.price}}/{{item.unit_name}}
+ ¥{{ item.price }}/{{ item.unit_name }}
@@ -170,7 +173,7 @@
合计
- ¥{{cartInfo.total_price}}
+ ¥{{ cartInfo.total_price }}
-
- {{cartInfo.total_price<500?"¥500起订":"结算" }}
+
+ {{ cartInfo.total_price < 500 ? "¥500起订" : "结算" }}
- {{cartInfo.count}}
+ {{ cartInfo.count }}
-
+
\ No newline at end of file