|
|
|
@ -16,7 +16,7 @@
|
|
|
|
<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 g_flex_none" alt="" />
|
|
|
|
<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 g_flex_none" alt="" />
|
|
|
|
<view class="g_flex_column_between g_ml_10 g_flex_1 g_mr_10">
|
|
|
|
<view class="g_flex_column_between g_ml_10 g_flex_1 g_mr_10">
|
|
|
|
<view class="g_fs_17 g_c_0 g_mb_6">新的代理</view>
|
|
|
|
<view class="g_fs_17 g_c_0 g_mb_6">新的代理</view>
|
|
|
|
<view class="g_c_9">您有新代理加入申请待审批</view>
|
|
|
|
<view class="g_c_9" style="font-size: 14px;">您有新代理加入申请待审批</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<div v-if="waitNum_downs > 0" class="g_flex_column_center g_flex_none">
|
|
|
|
<div v-if="waitNum_downs > 0" class="g_flex_column_center g_flex_none">
|
|
|
|
<div style="background-color: #ff4d4f; color: #fff; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center;">
|
|
|
|
<div style="background-color: #ff4d4f; color: #fff; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center;">
|
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
<view v-if="speed > 0 && tabFansInfo.active == 1">
|
|
|
|
<view v-if="speed > 0 && tabFansInfo.active == 1">
|
|
|
|
<view class="item g_flex_row_between g_pl_16 g_pr_16 g_bg_f"
|
|
|
|
<view class="item g_flex_row_between g_pl_16 g_pr_16 g_bg_f"
|
|
|
|
hover-class="thover" v-for="(item, index) in query.list" :key="index" @click="goPage(item)"
|
|
|
|
hover-class="thover" v-for="(item, index) in query.list" :key="index" @click="goPage(item)"
|
|
|
|
:style="{ 'border-bottom': index == query.list.length - 1 ? '1rpx solid #eee' : '1rpx solid #eee' }">
|
|
|
|
:style="{ 'border-bottom': index == query.list.length - 1 ? '0.5rpx solid #eee' : '0.5rpx solid #eee' }">
|
|
|
|
<view class="g_flex_none g_flex_row_start">
|
|
|
|
<view class="g_flex_none g_flex_row_start">
|
|
|
|
<view class="g_flex_column_center g_pr_16 g_flex_none" style="position: relative">
|
|
|
|
<view class="g_flex_column_center g_pr_16 g_flex_none" style="position: relative">
|
|
|
|
<rh-image :url="item.logo" size="96" radius="50" v-if="item.logo" />
|
|
|
|
<rh-image :url="item.logo" size="96" radius="50" v-if="item.logo" />
|
|
|
|
|