|
|
@@ -66,6 +66,11 @@
|
|
|
<text class="detail-normal detail-mr" style="color: #999;text-decoration: line-through;font-size: 23rpx;margin-right:0">零售价:</text>
|
|
|
<currency symbol="¥" value="{{project.user_sale_price}}"></currency>
|
|
|
</view>
|
|
|
+ <view style="color: #999;font-size: 23rpx;">
|
|
|
+ <text class="detail-normal detail-mr" style="color: #999;font-size: 23rpx;margin-right:0">可抵扣银豆数:</text>
|
|
|
+ <currency symbol="¥" value="{{project.silver}}"></currency>
|
|
|
+ </view>
|
|
|
+
|
|
|
<view class="detail-fl">
|
|
|
<text class="detail-normal detail-mr">价格</text>
|
|
|
<currency symbol="¥" value="{{project.price}}" class="detail-price"></currency>
|