diff --git a/buyer/src/pages/shopEntry/ShopEntry.vue b/buyer/src/pages/shopEntry/ShopEntry.vue index a55cc7ed..78a7ce54 100644 --- a/buyer/src/pages/shopEntry/ShopEntry.vue +++ b/buyer/src/pages/shopEntry/ShopEntry.vue @@ -26,9 +26,11 @@ - + -
+ +
+

@@ -69,6 +71,9 @@ export default { agreement().then((res) => { this.agreementCon = res.result.content; }); + }, + handleReachBottom(){ + }, getData(status) { // 获取已填写店铺信息 @@ -173,6 +178,10 @@ export default { } .agreeent-con { max-height: 500px; + ::v-deep img{ + max-width: 100%; + max-height: 200px; + } } .success-page { height: 500px; diff --git a/seller/src/views/home/home.vue b/seller/src/views/home/home.vue index 639fbe3f..e4a55035 100644 --- a/seller/src/views/home/home.vue +++ b/seller/src/views/home/home.vue @@ -2,7 +2,7 @@

-
+
@@ -294,4 +294,10 @@ export default {