Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <!--pages/component/service/index.wxml-->
- <view>
- <image class="serviceIcon" bindtap="maskShow" src="{{imgUrl+'/newIcon/3.png'}}"></image>
- <image class="serviceIcon" bindtap="openYuyue" style="top:376rpx;" src="{{imgUrl+'/newIcon/4.png'}}"></image>
- <view wx:if="{{maskState}}" class="maskGroup" catchtouchmove="ture">
- <view class="contentGroup">
- <image style="width:100%;height:100%;" src="{{imgUrl+'/images/serviceBg.png'}}"></image>
- <image class="closeService" bindtap="closeService" src="{{imgUrl+'/images/closeService.png'}}"></image>
- <view class="btnGroup1" bindtap="newCarConsultation"></view>
- <button style="min-height: 0;" class="serviceBtn" open-type="contact"></button>
- </view>
- </view>
- <yuyue bindyuyue="openYuyue" wx:if="{{yuyueShow}}"></yuyue>
- </view>
|