mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-23 19:18:12 +00:00
1 line
1.1 KiB
Plaintext
1 line
1.1 KiB
Plaintext
<block wx:if="{{routineContact==0}}"><navigator class="acea-row row-center-wrapper cartf iconfont icon-kefu3" style="{{'top:'+(top+'px')+';'}}" url="{{'/pages/customer_list/chat?productId='+ids}}" hover-class="none" data-event-opts="{{[['touchmove',[['setTouchMove',['$event']]]]]}}" catchtouchmove="__e"></navigator></block><block wx:else><block wx:if="{{routineContact==1&&!goodsCon}}"><button class="acea-row row-center-wrapper cartf iconfont icon-kefu3" style="{{'top:'+(top+'px')+';'}}" open-type="contact" data-event-opts="{{[['touchmove',[['setTouchMove',['$event']]]]]}}" catchtouchmove="__e"></button></block><block wx:else><block wx:if="{{routineContact==1&&goodsCon}}"><button class="acea-row row-center-wrapper cartf iconfont icon-kefu3" style="{{'top:'+(top+'px')+';'}}" open-type="contact" send-message-title="{{storeInfo.store_name}}" send-message-img="{{storeInfo.image}}" send-message-path="{{'/pages/goods_details/index?id='+storeInfo.id}}" show-message-card="{{true}}" data-event-opts="{{[['touchmove',[['setTouchMove',['$event']]]]]}}" catchtouchmove="__e"></button></block></block></block> |