titles.wxml 584 B

1
  1. <view hidden="{{!(!isSortType)}}"><block wx:if="{{titleConfig}}"><view style="{{('margin:0 '+prConfig*2+'rpx;')}}"><view class="{{['title',textPosition==0?'left':textPosition==2?'right':'',textStyle==1?'italics':textStyle==2?'blod':'',bgStyle===0?'':'borderRadius15']}}" style="{{('font-size:'+fontSize+'rpx;margin-top:'+mbConfig*2+'rpx;background-color:'+titleColor+';color:'+themeColor+';')}}" url="{{linkConfig}}" data-event-opts="{{[['tap',[['goLink',['$event']]]]]}}" bindtap="__e"><view class="_div">{{titleConfig}}</view><slot name="bottom"></slot></view></view></block></view>