|
|
|
|
@ -17,13 +17,19 @@
|
|
|
|
|
<icon wx:if="{{isAgency}}" class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-f40" size="23" color bindtap="toggleprice" data-index="{{isServicePriceShow ? 1 : 2}}" style="height: 18px; position: relative; top: -10px;"></icon>
|
|
|
|
|
</view>
|
|
|
|
|
</view>-->
|
|
|
|
|
<view class="bgf p16 br8" style="padding-top:0rpx;padding-bottom:0rpx">
|
|
|
|
|
<view class="fsa" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fss" hover-class="none" hover-stop-propagation="false" style="flex: none;padding-top:16px;padding-bottom:16px">
|
|
|
|
|
<view class="fw500 mr4">代理佣金</view>
|
|
|
|
|
<icon wx:if="{{isAgency}}" class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-f40 f22" color bindtap="toggleprice" data-index="{{isServicePriceShow ? 1 : 2}}"></icon>
|
|
|
|
|
<view class="bgf p16 br8" style="padding-top:0rpx;padding-bottom:0rpx" bindtap="showFee">
|
|
|
|
|
<view class="fsa" hover-class="none" hover-stop-propagation="false" >
|
|
|
|
|
<view class="fss" hover-class="none" hover-stop-propagation="false" style="flex: none;">
|
|
|
|
|
<view class="fw500 mr4 h67 g_flex_column_center">代理佣金</view>
|
|
|
|
|
<icon class="iconfont {{isServicePriceShow ? 'icon-zhengyan1' : 'icon-biyan1'}} ysd-base-f40 f22 h67 g_flex_column_center"
|
|
|
|
|
color
|
|
|
|
|
data-index="{{isServicePriceShow ? 1 : 2}}"
|
|
|
|
|
wx:if="{{isAgency}}"
|
|
|
|
|
catchtap="toggleprice"
|
|
|
|
|
style="width: 67px;"
|
|
|
|
|
></icon>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="fse" bindtap="showFee" hover-class="none" hover-stop-propagation="false" style="flex: 1;padding-top:16px;padding-bottom:16px">
|
|
|
|
|
<view class="fse h67" hover-class="none" hover-stop-propagation="false" style="flex: 1;">
|
|
|
|
|
<span class wx:if="{{isServicePriceShow && isAgency}}">{{fuWuFei || '--'}}</span>
|
|
|
|
|
<span class wx:else>***</span>
|
|
|
|
|
<view class="iconfont icon-you f14 c045 ml4" hover-class="none" hover-stop-propagation="false"></view>
|
|
|
|
|
|