mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-02-05 21:25:36 +00:00
1 line
705 B
Plaintext
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> |