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 @@
@@ -56,16 +56,16 @@
-
+
@@ -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;
+ }
}