1 |
- <app-layout vue-id="8dd5c614-1" class="data-v-c6bfea96" bind:__l="__l" vue-slots="{{['default']}}"><view class="search data-v-c6bfea96"><block wx:if="{{!toSearch}}"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="main-center search-content cross-center data-v-c6bfea96" bindtap="__e"><image src="/static/image/icon/icon-search.png" class="data-v-c6bfea96"></image><text class="data-v-c6bfea96">搜索</text></view></block><block wx:else><view class="dir-left-norwap cross-center search-area data-v-c6bfea96"><view class="search-input data-v-c6bfea96"><image src="/static/image/icon/icon-search.png" class="data-v-c6bfea96"></image><input focus="{{!haveKeyword}}" confirm-type="search" placeholder-style="color:#999999;font-size:13px;" placeholder="请输入订单号或昵称搜索" data-event-opts="{{[['confirm',[['getList',['$event']]]],['input',[['__set_model',['','keyword','$event',[]]]]]]}}" value="{{keyword}}" bindconfirm="__e" bindinput="__e" class="data-v-c6bfea96"/></view><view data-event-opts="{{[['tap',[['cancelSeacrch',['$event']]]]]}}" class="cancel data-v-c6bfea96" bindtap="__e">取消</view></view></block></view><app-tab-nav vue-id="{{('8dd5c614-2')+','+('8dd5c614-1')}}" setTop="88" tabList="{{tabList}}" activeItem="{{activeTab}}" padding="0" theme="{{theme}}" data-event-opts="{{[['^click',[['tabStatus']]]]}}" bind:click="__e" class="data-v-c6bfea96" bind:__l="__l"></app-tab-nav><view class="placeholder data-v-c6bfea96"></view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><view class="order-item data-v-c6bfea96"><view class="order-no data-v-c6bfea96">{{"订单号 "+item.order_no}}</view><view class="main-between cross-center data-v-c6bfea96"><view class="goods-item dir-left-nowrap data-v-c6bfea96"><image class="goods-img data-v-c6bfea96" src="{{item.avatar}}"></image><view class="t-omit order-nickname data-v-c6bfea96">{{item.nickname}}</view></view><view class="bonus-info data-v-c6bfea96"><view class="goods-price data-v-c6bfea96">商品金额<text class="data-v-c6bfea96">{{"¥"+item.total_pay_price}}</text></view><view class="bonus-price data-v-c6bfea96">{{(setting.form.price_text?setting.form.price_text:"分红金额")+''}}<text class="data-v-c6bfea96">{{"¥"+item.bonus_price}}</text></view></view></view></view></block></app-layout>
|