junyuanz 3 år sedan
förälder
incheckning
72dc237a56
2 ändrade filer med 7 tillägg och 0 borttagningar
  1. 5 0
      pages/projects/project-detail/project-detail.wxml
  2. 2 0
      pages/user/all/all.wxml

+ 5 - 0
pages/projects/project-detail/project-detail.wxml

@@ -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>

+ 2 - 0
pages/user/all/all.wxml

@@ -123,10 +123,12 @@
     </view>
 -->
     <view class="user-padding">
+		<!--
 		<view class="user-line" bindtap="toPromotion">
 		  <view class="user-line__title">我的赠券</view>
 		  <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>
 		</view>
+		-->
       <!-- <view class="user-line" bindtap="toInviteList">
         <view class="user-line__title">我的推广</view>
         <image class="user-line__right" src="http://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/user/right.png"></image>