@@ -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 @@