Commit 4a3a5b8cca02ae3dfb8e4fd1ee659f931ec36b9e

Authored by yvan.ni
1 parent 71136602

页面分佣金额的显示

packageA/pages/goods_share/goods_share.wxml
@@ -79,7 +79,7 @@ @@ -79,7 +79,7 @@
79 79
80 <view class="flex jc_sb fs24 pdt14"> 80 <view class="flex jc_sb fs24 pdt14">
81 <view class="gray">已售:<text class="red">{{item.sales_sum}}</text></view> 81 <view class="gray">已售:<text class="red">{{item.sales_sum}}</text></view>
82 - <view class="gray" wx:if="{{is_distribut}}">分成金额: 82 + <view class="gray" wx:if="{{is_distribut && !is_no_distri}}">分成金额:
83 <text wx:if="{{!pattern}}" class="red">¥{{item.commission}}</text> 83 <text wx:if="{{!pattern}}" class="red">¥{{item.commission}}</text>
84 <text wx:else class="red">¥{{item.fir_rate+item.sec_rate+item.thi_rate}}</text> 84 <text wx:else class="red">¥{{item.fir_rate+item.sec_rate+item.thi_rate}}</text>
85 </view> 85 </view>