From 77664107faa89f1e87b982969c8a3ebc680da810 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Fri, 28 Jun 2024 10:38:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppMarkStatic/AppMarkStatic.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue index 57b5a7f7..bd9725da 100644 --- a/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue +++ b/project/fengdu/AppOutSource/AppMarkStatic/AppMarkStatic.vue @@ -41,13 +41,13 @@ @@ -170,6 +170,7 @@ export default { this.girdList() this.queryShopDetail() this.getList() + this.getList2() this.countByFiveStars() }) }, @@ -409,5 +410,10 @@ export default { width: 100%; flex: 1; } + + .shop-img{ + width: 120px; + height: 120px; + } }