东风启辰小程序端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.wxml 1.0KB

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