2025-06-09 10:32:07 +08:00

1 line
705 B
Plaintext

<view hidden="{{!(!isSortType)}}" class="custmer"><block wx:if="{{routineContact===0}}"><view data-event-opts="{{[['touchmove',[['setTouchMove',['$event']]]],['tap',[['licks',['$event']]]]]}}" class="{{['customerService',positions?'':'on']}}" style="{{('top:'+topConfig)}}" catchtouchmove="__e" bindtap="__e"><view class="pictrue"><image src="{{logoConfig}}"></image></view></view></block><block wx:if="{{routineContact===1}}"><button class="{{['customerService-sty',positions?'':'on']}}" style="{{('top:'+topConfig)}}" open-type="contact" data-event-opts="{{[['touchmove',[['setTouchMove',['$event']]]]]}}" catchtouchmove="__e"><image class="pictrue" src="{{logoConfig}}"></image></button></block></view>