You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
1.6 KiB

<view class="pages-technician-label"><view class="flex-y-center pd-lg"><view class="f-title c-title text-bold">推荐标签</view><view class="f-caption c-caption ml-md">点击添加标签</view></view><view class="list-item ml-lg mr-lg f-caption"><block wx:if="{{$root.g0==0}}"><view>暂无标签</view></block><block wx:for="{{base_label}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toAddDel',[1,index]]]]]}}" class="list-child radius" style="{{'color:'+(item.is_select===1?'#CBCBCB':'#666')+';'}}" bindtap="__e"><view class="tag-item flex-center"><view class="iconfont icon-add _i"></view><view>{{item.title}}</view></view></view></block></view><view class="flex-y-center pd-lg mt-lg"><view class="f-title c-title text-bold">已选标签</view></view><view class="list-item ml-lg mr-lg f-caption"><block wx:if="{{$root.g1==0}}"><view>暂无选中标签</view></block><block wx:for="{{check_label}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toAddDel',[2,index]]]]]}}" class="list-child cur radius rel" style="border:none;" bindtap="__e"><view class="bg-item radius abs" style="{{'background:'+(primaryColor)+';'+('border-color:'+(primaryColor)+';')}}"></view><view class="iconfont icon-guanbi-fill abs _i"></view><view class="tag-item flex-center" style="{{'color:'+(primaryColor)+';'}}">{{item.title}}</view></view></block></view><view class="space-max-footer"></view><fix-bottom-button vue-id="1ad161ca-1" text="{{[{text:'确定',type:'confirm'}]}}" bgColor="#fff" data-event-opts="{{[['^confirm',[['submitForm']]]]}}" bind:confirm="__e" bind:__l="__l"></fix-bottom-button></view>