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
3.1 KiB
1 lines
3.1 KiB
<view class="bg _div data-v-f7498a66"><view class="top-box data-v-f7498a66"><uni-icons vue-id="070c9fd9-1" color="#333333" type="left" size="18" data-event-opts="{{[['tap',[['goBack']]]]}}" bindtap="__e" class="data-v-f7498a66" bind:__l="__l"></uni-icons><view class="search-box data-v-f7498a66"><uni-icons vue-id="070c9fd9-2" color="#96684F" type="search" size="20" class="data-v-f7498a66" bind:__l="__l"></uni-icons><input class="input data-v-f7498a66" type="text" placeholder="请输入导游姓名/产品名称" data-event-opts="{{[['confirm',[['search',['$event']]]],['input',[['__set_model',['','keywords','$event',[]]]]]]}}" value="{{keywords}}" bindconfirm="__e" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['search']]]]}}" class="btn data-v-f7498a66" bindtap="__e">搜索</view></view><view class="search-list data-v-f7498a66"><view class="type-title data-v-f7498a66">导游服务</view><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goDetail',['$0'],[[['list1','',index]]]]]]]}}" class="item data-v-f7498a66" bindtap="__e"><view class="item-img data-v-f7498a66"><image src="{{item.m0}}" mode="aspectFill" class="data-v-f7498a66"></image></view><view class="item-content flex-column data-v-f7498a66"><view class="item-title data-v-f7498a66"><view class="title text-overflow data-v-f7498a66">{{item.$orig.guide_data?item.$orig.guide_data.nickname:item.$orig.title}}</view><block wx:if="{{item.$orig.guide_data}}"><view class="group_data_name data-v-f7498a66">{{item.$orig.guide_data.group_data.name}}</view></block></view><block wx:if="{{item.$orig.guide_data}}"><view class="item-tags text-overflow data-v-f7498a66">{{'从业'+item.$orig.guide_data.duration+"年 |\n\t\t\t\t\t"+item.$orig.guide_data.lingo_data.name+''}}</view></block><block wx:else><view class="item-tags text-overflow data-v-f7498a66">{{''+(item.$orig.goods_new_tag?item.g0:'')+''}}</view></block></view></view></block><block wx:if="{{$root.g1<=0}}"><view class="list-common-empty _div data-v-f7498a66"><view class="list-common-empty-tip _p data-v-f7498a66">—— 暂无数据 ——</view></view></block><view class="type-title data-v-f7498a66">线路产品</view><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goDetail',['$0'],[[['list2','',index]]]]]]]}}" class="item data-v-f7498a66" bindtap="__e"><view class="item-img data-v-f7498a66"><image src="{{item.m1}}" mode="aspectFill" class="data-v-f7498a66"></image></view><view class="item-content flex-column data-v-f7498a66"><view class="item-title text-overflowRows data-v-f7498a66">{{''+item.$orig.title+''}}</view><view class="item-tags text-overflow data-v-f7498a66" style="padding-top:0;">{{''+(item.$orig.goods_new_tag?item.g2:'')+''}}</view><view class="money data-v-f7498a66">{{item.$orig.money/100}}</view></view></view></block><block wx:if="{{$root.g3<=0}}"><view class="list-common-empty _div data-v-f7498a66"><view class="list-common-empty-tip _p data-v-f7498a66">—— 暂无数据 ——</view></view></block></view></view>
|