东风启辰小程序端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 5 roky
před 5 roky
před 5 roky
1234567891011121314
  1. <!--pages/component/service/index.wxml-->
  2. <view>
  3. <image class="serviceIcon" bindtap="maskShow" src="{{imgUrl+'/images/service.png'}}"></image>
  4. <image class="serviceIcon" bindtap="openYuyue" style="top:577rpx;" src="{{imgUrl+'/btns/appointmentIcon.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>