东风启辰小程序端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

18 lines
1.4KB

  1. <!--pages/component/service/index.wxml-->
  2. <view>
  3. <image class="serviceIcon" style="top:{{nowPage!=1?'100rpx;':'206rpx;'}}" bindtap="maskShow" src="{{imgUrl+'/newIcon/3.png'}}"></image>
  4. <image class="serviceIcon" style="top:206rpx;" wx:if="{{nowPage!=1}}" bindtap="lookOrder" src="{{imgUrl+'/newImages7/18.png'}}"></image>
  5. <!-- <image class="serviceIcon" wx:if="{{nowPage!=1}}" bindtap="openYuyue" src="{{imgUrl+'/newIcon/4.png'}}"></image> -->
  6. <image class="serviceIcon" wx:if="{{!buyState && nowPage==1}}" bindtap="placingControl" src="{{imgUrl+'/newImages6/28.png'}}"></image>
  7. <!-- <image class="serviceIcon" style="width:73rpx;height:83rpx;" wx:if="{{nowPage==1}}" bindtap="openYuyue" src="{{imgUrl+'/newImages8/4.png'}}"></image> -->
  8. <view wx:if="{{maskState}}" class="maskGroup" catchtouchmove="ture">
  9. <view class="contentGroup">
  10. <image style="width:100%;height:100%;" src="{{imgUrl+'/images/serviceBg.png'}}"></image>
  11. <image class="closeService" bindtap="closeService" src="{{imgUrl+'/images/closeService.png'}}"></image>
  12. <view class="btnGroup1" bindtap="newCarConsultation"></view>
  13. <button style="min-height: 0;" class="serviceBtn" open-type="contact"></button>
  14. </view>
  15. </view>
  16. <placingOrder bindplacing="placingControl" wx:if="{{placing}}"></placingOrder>
  17. <yuyue bindyuyue="openYuyue" wx:if="{{yuyueShow}}"></yuyue>
  18. </view>