From ec69d418aca9c73ada783a023660a2f26f59fef7 Mon Sep 17 00:00:00 2001 From: zengBin Date: Sat, 21 Sep 2024 10:51:44 +0800 Subject: [PATCH] update --- src/components/dynamicList.wpy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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