diff --git a/src/assets/images/index/activity.png b/src/assets/images/index/activity.png index a921da6..977734b 100644 Binary files a/src/assets/images/index/activity.png and b/src/assets/images/index/activity.png differ diff --git a/src/assets/images/index/art.png b/src/assets/images/index/art.png index ce4640e..7af8b4b 100644 Binary files a/src/assets/images/index/art.png and b/src/assets/images/index/art.png differ diff --git a/src/assets/images/index/brand.png b/src/assets/images/index/brand.png index 73e458a..5fbe4c3 100644 Binary files a/src/assets/images/index/brand.png and b/src/assets/images/index/brand.png differ diff --git a/src/assets/images/index/member.png b/src/assets/images/index/member.png index f284047..1077075 100644 Binary files a/src/assets/images/index/member.png and b/src/assets/images/index/member.png differ diff --git a/src/assets/images/index/park.png b/src/assets/images/index/park.png index d86746a..f62d59e 100644 Binary files a/src/assets/images/index/park.png and b/src/assets/images/index/park.png differ diff --git a/src/assets/images/index/school.png b/src/assets/images/index/school.png index 98537f1..3969bae 100644 Binary files a/src/assets/images/index/school.png and b/src/assets/images/index/school.png differ diff --git a/src/assets/images/index/ser.png b/src/assets/images/index/ser.png index 1f7bab2..c7f9575 100644 Binary files a/src/assets/images/index/ser.png and b/src/assets/images/index/ser.png differ diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 30af24f..f4822ec 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -11,5 +11,6 @@ "dispoint": "Activity and Discount", "service": "Service", "school": "College Of Culture", - "hot": "Hot Shop" + "hot": "Hot Shop", + "searB": "Search Brand" } diff --git a/src/i18n/lang/tw.json b/src/i18n/lang/tw.json index a8542ba..30fe007 100644 --- a/src/i18n/lang/tw.json +++ b/src/i18n/lang/tw.json @@ -11,5 +11,6 @@ "dispoint": "優惠與活動", "service": "貼心服務", "school": "文化學院", - "hot": "熱門店鋪" + "hot": "熱門店鋪", + "searB": "搜索品牌" } diff --git a/src/i18n/lang/zh.json b/src/i18n/lang/zh.json index 8561376..3fefb46 100644 --- a/src/i18n/lang/zh.json +++ b/src/i18n/lang/zh.json @@ -11,5 +11,6 @@ "dispoint": "优惠与活动", "service": "贴心服务", "school": "文化学院", - "hot": "热门店铺" + "hot": "热门店铺", + "searB": "搜索品牌" } diff --git a/src/views/Index/Middle.vue b/src/views/Index/Middle.vue index abecf92..e6c3a38 100644 --- a/src/views/Index/Middle.vue +++ b/src/views/Index/Middle.vue @@ -1,20 +1,64 @@