update
This commit is contained in:
parent
b2215b29df
commit
ec69d418ac
@ -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 }}
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="item.address != null || item.address == ''" class="~color666 ~font_24 ~f-fcl ~ui-mt-16">
|
||||
<view v-if="item.address != null || item.address == ''" class="~color666 ~font_24 ~f-fl ~ui-mt-16">
|
||||
<image lazy-load="true" class="ui-address-icon" src="https://images.ufutx.com/202102/04/817a393539ee854226eef79defef2fc4.png" alt=""/>
|
||||
<view>{{ item.address }}</view>
|
||||
</view>
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user