详情
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user