This commit is contained in:
2024-03-30 00:05:07 +08:00
parent 51c708f9fa
commit 52b63a757f
7 changed files with 176 additions and 64 deletions

View File

@@ -5,7 +5,7 @@
<image class='goods-image' :src='bean?.images' />
<view class='c-flex-column' style='flex: 1'>
<text class='goods-name'>{{ bean?.name }}</text>
<text class='goods-price'>{{ bean?.price }}</text>
<text class='goods-price'>{{ bean?.price||0 }}</text>
</view>
<image class='close-image' :src='assetsUrl("ic_close.png")' @click.stop='close' />
</view>