|
|
@@ -122,7 +122,7 @@ function handleDelete() {
|
|
|
<wd-icon :name="selectedIds.has(item.id) ? 'check-circle-filled' : 'circle1'" :color="selectedIds.has(item.id) ? themeVars.colorTheme : ''" size="16px" />
|
|
|
</view>
|
|
|
<view class="flex items-center gap-20rpx">
|
|
|
- <image :src="item.pic || `${StaticUrl}/order-icon.png`" class="h-200rpx w-200rpx rounded-16rpx" />
|
|
|
+ <image :src="item.pic" class="h-200rpx w-200rpx rounded-16rpx" />
|
|
|
<view>
|
|
|
<view class="flex items-start gap-8rpx">
|
|
|
<view class="funt-bold flex-1 break-words text-32rpx">
|