<!--components/service/service.wxml--> <view> <view class="service-container" wx:if="{{ popShow }}"> <view class="service-mask" bind:tap="onClose"></view> <view class="service-section" bind:tap="onClose"> <image src="https://oss.dayaedu.com/ktyq/1732518474110.png" data-src="https://oss.dayaedu.com/ktyq/1732518474110.png" mode="aspectFill" catch:tap="onOpen" show-menu-by-longpress="true" catch:longtap="onPerview" class="iconImg"></image> <image src="./images/icon-close.png" catch:tap="onClose" class="iconClose"></image> </view> </view> <image wx:if="{{ btnShow }}" src="./images/icon-service.png" catch:tap="onShow" style="top: {{top}}px; right: 4px;" bind:touchstart="onTouchStart" catch:touchmove="onTouchMove" bind:touchend="onTouchEnd" class="iconSerivce"></image> </view>