产品面值
This commit is contained in:
parent
38ce83e085
commit
a5fc245a3f
|
@ -10,7 +10,7 @@
|
|||
<view class="product-content">
|
||||
<wd-cell class="product-cell" title="商品名:" :value="productData.show_name"></wd-cell>
|
||||
<wd-cell class="product-cell" title="创建时间:" :value="productData.create_time"></wd-cell>
|
||||
<wd-cell class="product-cell" title="面值:" :value="productData.show_price"></wd-cell>
|
||||
<wd-cell class="product-cell" title="面值:" :value="productData.product_amount"></wd-cell>
|
||||
<wd-cell class="product-cell" title="主图:" value="" center>
|
||||
<wd-img width="50" height="50" fit="fill" :src="productData.show_pic" />
|
||||
</wd-cell>
|
||||
|
|
Loading…
Reference in New Issue