no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 61616c94d0
commit 37d75d46fe

@ -22,11 +22,18 @@
</view>
</view>
</view>
<view class="g_flex_row_start flex_center g_mt_26 g_fs_16 g_c_8" hover-class="thover" @click="goPage('/root/person/info?active=1')">
<view class="g_flex_row_start flex_center g_mt_26 g_fs_16 g_c_8"
hover-class="thover" @click="goPage('/root/person/info?active=1')"
>
<view class="">
{{ agencyInfo.agencyName || agencyInfo.fullName || "-" }}
</view>
<i class="iconfont icon-gengduo11" style="line-height: 22px; font-size: 10px"></i>
<view style="position: relative;">
<i class="iconfont icon-gengduo11" style="line-height: 22px; font-size: 10px"></i>
<view class="" style="position: absolute;right: -10px;top: 0;color: #ff4400;font-size: 12px;" v-if="waitNus">
{{ waitNus }}
</view>
</view>
</view>
</view>
<view v-else @click="goPage" class="g_text_c g_pt_24 g_pb_24 g_c_f g_radius_8 g_bg_main g_ml_10 g_mr_10">
@ -164,6 +171,7 @@ export default {
},
data() {
return {
waitNus:0,
agencyInfo: {},
addMemberShow: false,
scrollTop: 0,
@ -335,13 +343,13 @@ export default {
this.getAuthInfo();
this.getData();
this.getNum();
this.getWait();
that.isCreator = uni.getStorageSync("IS_CREATOR") == 1 ? true : false;
that.agencyInfo = uni.getStorageSync("agencyInfo");
if (uni.getStorageSync("apply-userinfo").agencyStatus == 1) {
this.getCompanyInfo();
}
});
// that.userInfo = uni.getStorageSync("apply-userinfo");
} else {
that.waitNum_ups = 0;
@ -362,6 +370,12 @@ export default {
}
},
methods: {
getWait(){
let that = this;
that.G.Get(that.api.person_applyNum,{},(res)=>{
that.waitNus = res;
})
},
setUserInfo() {
let that = this;
let defaultList = [

Loading…
Cancel
Save