diff --git a/src/components/dynamicList.wpy b/src/components/dynamicList.wpy index 43ed6c7..b73e170 100644 --- a/src/components/dynamicList.wpy +++ b/src/components/dynamicList.wpy @@ -144,6 +144,7 @@ scroll-view { min-width: 20rpx; height: 24rpx; margin-right: 4rpx; + margin-top: 6rpx; } .ui-like-box{ @@ -259,7 +260,7 @@ scroll-view { {{ item.mt_name }} - + {{ item.address }} @@ -304,7 +305,7 @@ scroll-view { } }, watch: { - dynamicList(newV, oldV) { + dynamicList() { let vm = this if (vm.dynamicList && vm.dynamicList.length > 0) { vm.list = vm.dynamicList