东风启辰小程序端
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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