1 line
2.4 KiB
Plaintext
1 line
2.4 KiB
Plaintext
<block wx:if="{{isLoad}}"><view class="pages-land"><fixed vue-id="a863b9bc-1" bind:__l="__l" vue-slots="{{['default']}}"><view class="fill-base flex-between b-1px-b"><view style="width:650rpx;"><tab vue-id="{{('a863b9bc-2')+','+('a863b9bc-1')}}" list="{{tabList}}" activeIndex="{{activeIndex}}" activeColor="{{primaryColor}}" height="100rpx" data-event-opts="{{[['^change',[['handerTabChange',['$event','activeIndex']]]]]}}" bind:change="__e" bind:__l="__l"></tab></view><view data-event-opts="{{[['tap',[['toShowRank',['$event']]]]]}}" class="flex-center c-caption b-1px-l" style="width:100rpx;" catchtap="__e"><view class="{{['iconfont','icon-down-bold','_i',[(show_rank_item)?'rotate-180':'']]}}"></view></view></view></fixed><uni-popup class="vue-ref" vue-id="a863b9bc-3" type="top" custom="{{true}}" data-ref="rank_item" data-event-opts="{{[['^change',[['popupChange']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><view style="height:100rpx;"></view><view class="pd-lg fill-base"><block wx:for="{{rankList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handerTabChange',[index,'rankInd']]]]]}}" class="{{['f-paragraph','c-title',[(index!=0)?'mt-md':'']]}}" style="{{'color:'+(index==rankInd?primaryColor:'')+';'}}" catchtap="__e">{{''+item.title+''}}</view></block></view></uni-popup><block wx:for="{{list.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['goDetail',[index]]]]]}}" class="land-item fill-base mt-md ml-md mr-md box-shadow radius-16" catchtap="__e"><image class="cover" mode="aspectFill" lazy-load="{{true}}" src="{{item.cover}}"></image><view class="pd-lg"><view class="f-title c-title">{{item.title}}</view><view class="f-caption c-caption ellipsis-2"><text style="word-break:break-all;" decode="emsp">{{item.desc}}</text></view><view class="flex-between mt-md"><view class="flex-y-baseline"><view class="f-lg-title c-warning">{{"¥"+item.min_price}}</view><view class="f-caption c-caption ml-sm">起</view></view><view class="common-btn flex-center f-paragraph c-base radius" style="{{'background:'+(primaryColor)+';'}}">选择土地</view></view></view></view></block><block wx:if="{{loading}}"><load-more vue-id="a863b9bc-4" noMore="{{$root.g0}}" loading="{{loading}}" bind:__l="__l"></load-more></block><block wx:if="{{$root.g1}}"><abnor vue-id="a863b9bc-5" bind:__l="__l"></abnor></block><view class="space-footer"></view></view></block> |