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.
|
- <!--pages/component/service/index.wxml-->
- <view>
- <image class="serviceIcon" bindtap="maskShow" src="{{imgUrl+'/images/service.png'}}"></image>
- <view wx:if="{{maskState}}" class="maskGroup" catchtouchmove="ture">
- <view class="contentGroup">
- <view class="tipGroup">
- <image style="width:254rpx;height:45rpx;" src="{{imgUrl+'/images/selectService.png'}}"></image>
- </view>
- <view class="btnGroup" bindtap="newCarConsultation">
- <image style="width:100%;height:100%;" src="{{imgUrl+'/images/severBtn1.png'}}"></image>
- </view>
- <view class="btnGroup" style="margin-top:30rpx;">
- <image style="width:100%;height:100%;" src="{{imgUrl+'/images/severBtn2.png'}}"></image>
- <button style="width:100%;" class="serviceBtn" open-type="contact"></button>
- </view>
- <view style="position:relative;">
- <image class="closeService" bindtap="closeService" src="{{imgUrl+'/images/closeService.png'}}"></image>
- </view>
- </view>
- </view>
- </view>
|