Fix:【商城小程序】商品足迹暂无浏览记录换一个图片

This commit is contained in:
linxi
2024-09-23 10:17:30 +08:00
parent f658302d71
commit 4f867cb191
+1 -1
View File
@@ -67,7 +67,7 @@
</view> </view>
<image <image
v-if="items.length === 0" v-if="items.length === 0"
:src="webUrl + '/orderIcon/nodata.png'" :src="webUrl + '/orderIcon/nohistory.png'"
class="img-nodata v12-mt-16" class="img-nodata v12-mt-16"
mode="widthFix" mode="widthFix"
/> />