|
@@ -36,7 +36,7 @@
|
|
|
<view class="right">
|
|
|
<view class="flex-start">
|
|
|
<text class="title clamp">{{ goodsItem.productInfo.store_name }}</text>
|
|
|
- <text class="price">{{ goodsItem.productInfo.price|moneyNum }}</text>
|
|
|
+ <text class="price">{{ goodsItem.productInfo.price}}</text>
|
|
|
</view>
|
|
|
<view class="row flex">
|
|
|
<text class="row_title">{{ goodsItem.productInfo.attrInfo ? goodsItem.productInfo.attrInfo.suk : '' }}</text>
|