东风启辰小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxml 1.0KB

5 yıl önce
5 yıl önce
5 yıl önce
12345678910111213141516
  1. <!--pages/component/service/index.wxml-->
  2. <view>
  3. <image class="serviceIcon" style="top:376rpx;" bindtap="maskShow" src="{{imgUrl+'/newIcon/3.png'}}"></image>
  4. <image class="serviceIcon" wx:if="{{nowPage!=1}}" bindtap="openYuyue" src="{{imgUrl+'/newIcon/4.png'}}"></image>
  5. <image class="serviceIcon" wx:if="{{!buyState && nowPage==1}}" bindtap="placingControl" src="{{imgUrl+'/newImages6/28.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>