|
|
|
|
@ -2,7 +2,11 @@
|
|
|
|
|
<view class="p-bind-inedx g_w_all g_kuaishou" style="background-color:#ededed;min-height: 100vh;">
|
|
|
|
|
<view class="m-top">
|
|
|
|
|
<view class="m-search g_p_10 g_pb_0 g_position_rela g_p_12" style="background-color:#ededed;">
|
|
|
|
|
<u-search height="80" v-model="keyword" placeholder="搜索我的代理" bg-color="#fff" :show-action="false" @btnSearch="getSearch" @change="getSearch" @clear="getSearch" @custom="getSearch" @search="getSearch" search-icon-color="#999999" :maxlength="20"></u-search>
|
|
|
|
|
<u-search height="80" v-model="keyword" placeholder="搜索我的代理" bg-color="#fff"
|
|
|
|
|
:show-action="false" @btnSearch="getSearch" @change="getSearch"
|
|
|
|
|
@clear="getSearch" @custom="getSearch" @search="getSearch" search-icon-color="#999999" :maxlength="20"
|
|
|
|
|
style="font-size: 14px;"
|
|
|
|
|
></u-search>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="">
|
|
|
|
|
@ -11,7 +15,7 @@
|
|
|
|
|
<view class="g_flex_row_start flex_center">
|
|
|
|
|
<img src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/bf586cad-c6f0-4417-86c8-6cf55310ace7_123456.svg" class="g_w_48 g_h_48 g_radius_50" alt="" />
|
|
|
|
|
<view class="g_flex_column_between g_ml_10">
|
|
|
|
|
<view class="g_fs_16 g_c_0 g_fw_600 g_mb_6">新的代理</view>
|
|
|
|
|
<view class="g_fs_17 g_c_0 g_mb_6">新的代理</view>
|
|
|
|
|
<view class="g_c_9">您有新代理加入申请待审批</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -51,7 +55,7 @@
|
|
|
|
|
<view class="g_flex_1">
|
|
|
|
|
<view class="g_flex_row_between g_pb_12">
|
|
|
|
|
<view class="g_flex_1 g_flex_column_between g_h_48">
|
|
|
|
|
<view class="g_fs_18 g_c_3 g_fw_600">{{ itm.agencyName }}</view>
|
|
|
|
|
<view class="g_fs_17 g_c_3">{{ itm.agencyName }}</view>
|
|
|
|
|
<view class="g_fs_14 g_c_9">{{ itm.remark ? itm.remark : "-" }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_none g_flex_column_center">
|
|
|
|
|
@ -103,7 +107,7 @@
|
|
|
|
|
<view class="g_flex_row_between">
|
|
|
|
|
<view class="g_flex_column_center g_flex_1">
|
|
|
|
|
<view class="g_flex_row_start_none">
|
|
|
|
|
<view class="g_ell_1 g_fs_18 g_c_0 g_fw_600 g_flex_none" style="max-width:calc(100vw - 158px);">{{ item.agencyName }} </view>
|
|
|
|
|
<view class="g_ell_1 g_fs_17 g_c_0 g_flex_none" style="max-width:calc(100vw - 158px);">{{ item.agencyName }} </view>
|
|
|
|
|
<view class="g_ml_6 g_text_c g_flex_1">
|
|
|
|
|
<view class="g_w_36 g_h_18 g_fs_12 g_redius_4" style="background-color: #f2f7ff; color: #1677ff" v-if="item.teamType == 2">团队</view>
|
|
|
|
|
<view class="g_w_36 g_h_18 g_fs_12 g_redius_4" style="background-color: #fff5f5; color: #ff4d4f" v-if="item.teamType == 1">个人</view>
|
|
|
|
|
|