修改触发区域

cyl/dev
jscyl13849007907 1 year ago
parent 8f26c340ff
commit 1a1c40cb78

@ -17,13 +17,13 @@
<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> <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>--> </view>-->
<view class="bgf p16 br8"> <view class="bgf p16 br8" style="padding-top:0rpx;padding-bottom:0rpx">
<view class="fsa" hover-class="none" hover-stop-propagation="false"> <view class="fsa" hover-class="none" hover-stop-propagation="false">
<view class="fss" 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> <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> <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> </view>
<view class="fse" bindtap="showFee" hover-class="none" hover-stop-propagation="false"> <view class="fse" bindtap="showFee" hover-class="none" hover-stop-propagation="false" style="flex: 1;padding-top:16px;padding-bottom:16px">
<span class wx:if="{{isServicePriceShow && isAgency}}">{{fuWuFei || '--'}}</span> <span class wx:if="{{isServicePriceShow && isAgency}}">{{fuWuFei || '--'}}</span>
<span class wx:else>***</span> <span class wx:else>***</span>
<view class="iconfont icon-you f14 c045 ml4" hover-class="none" hover-stop-propagation="false"></view> <view class="iconfont icon-you f14 c045 ml4" hover-class="none" hover-stop-propagation="false"></view>

Loading…
Cancel
Save