no message

cyl/master
jscyl13849007907 1 week ago
parent eae35909de
commit e56a6a6403

@ -31,6 +31,23 @@
<!-- <view class="g_mt_10" v-if="hasPermission">
<g-panel-poster-card :list="poastList" subhead="更多" cardType="img" titleNav="/root/merchantManagement/posterShare" :speed="1" :marginBottom="16" :num="4" cusTitle="分享海报" @clickImg="clickImg" @clickItem="handleClickNum" />
</view> -->
<view class="g_mt_10" v-if="agencyInfo.supplierAccount == 1 && false">
<view class="g_p_16 g_bg_f g_radius_8 g_flex_row_between flex_center g_ml_10 g_mr_10" hover-class="thover" @click="goPage('/root/bind/search?active=1')">
<view class="g_flex_row_start flex_center">
<img src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/dailibaoming/fazhandaili0610.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_c_9">邀请更多代理粉丝关注我</view>
</view>
</view>
<view class="g_bg_e7 g_radius_20" hover-class="thover" style="padding: 4px 12px"
:style="{
'backgroundColor':themeBackgroundColor,
'color':themeColor
}"
>去邀请</view>
</view>
</view>
<view class="g_mt_10" v-if="userInfo.agencyId">
<g-panel-card-num :list="billDataList" titleNav="/root/person/applyIndex" :border="true" :speed="1" :marginBottom="16" cusType="num" :height="26" :num="5" cusTitle="报名工单(我报的)" @clickItem="goOrder" />
<!-- <g-panel-card-num :list="todayDataList"
@ -174,6 +191,8 @@ export default {
onReady() {},
data() {
return {
themeColor: getApp().globalData.themeColor,
themeBackgroundColor: getApp().globalData.themeBackgroundColor,
applyNum: 0,
agencyInfo: {}, //
isTeamleader: uni.getStorageSync("is_teamleader"), //

Loading…
Cancel
Save