1 |
- <block wx:if="{{routineContact==0}}"><view data-event-opts="{{[['touchmove',[['setTouchMove',['$event']]]],['tap',[['goCustomer',['$event']]]]]}}" class="acea-row row-center-wrapper cartf iconfont icon-kefu3" style="{{'top:'+(top+'px')+';'}}" catchtouchmove="__e" bindtap="__e"></view></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>
|