fix bug
parent
23b0c51460
commit
1a40b0ad77
|
|
@ -35,7 +35,7 @@
|
||||||
width="100rpx"
|
width="100rpx"
|
||||||
height="100rpx"
|
height="100rpx"
|
||||||
:duration="100"
|
:duration="100"
|
||||||
:src="item.iconPath || $assets(listItem.icon)"
|
:src="listItem.iconPath || $assets(listItem.icon)"
|
||||||
/>
|
/>
|
||||||
<text class="text-28rpx !font-normal mt-12rpx mb-34rpx text-#333">{{
|
<text class="text-28rpx !font-normal mt-12rpx mb-34rpx text-#333">{{
|
||||||
listItem.title
|
listItem.title
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue