|
@@ -622,7 +622,8 @@
|
|
|
规则中心
|
|
规则中心
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view v-if="iosAudit == 0" class="util-item" @click="goNav('/pages/my/VIP/benefits')">
|
|
|
|
|
|
|
+ <view v-if="iosAudit == 0" class="util-item"
|
|
|
|
|
+ @click="goNav('/pages/my/VIP/benefits')">
|
|
|
<image src="../../static/images/my/icon/utils/benefits.png"
|
|
<image src="../../static/images/my/icon/utils/benefits.png"
|
|
|
style="width: 54rpx; height: 54rpx" mode=""></image>
|
|
style="width: 54rpx; height: 54rpx" mode=""></image>
|
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
<view class="" style="color: #1a1a1a; font-size: 24rpx; margin-top: 15rpx">
|
|
@@ -1300,7 +1301,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
// 跳转到职位管理页面
|
|
// 跳转到职位管理页面
|
|
|
goJobManagement() {
|
|
goJobManagement() {
|
|
|
- console.log(this.companyInfo, '跳转流程')
|
|
|
|
|
let status = '';
|
|
let status = '';
|
|
|
if (this.companyInfo && !this.companyInfo.companyCertification) {
|
|
if (this.companyInfo && !this.companyInfo.companyCertification) {
|
|
|
status = 1;
|
|
status = 1;
|
|
@@ -1486,12 +1486,14 @@ export default {
|
|
|
getCompanyStatus() {
|
|
getCompanyStatus() {
|
|
|
this.$Request.get("/app/company/selectCompanyByUserId").then((res) => {
|
|
this.$Request.get("/app/company/selectCompanyByUserId").then((res) => {
|
|
|
if (res.code == 0 && res.data) {
|
|
if (res.code == 0 && res.data) {
|
|
|
|
|
+ console.log('我获取了公司信息')
|
|
|
this.companyInfo = res.data
|
|
this.companyInfo = res.data
|
|
|
this.companyStatus = res.data.status;
|
|
this.companyStatus = res.data.status;
|
|
|
uni.setStorageSync("companyStatus", this.companyStatus);
|
|
uni.setStorageSync("companyStatus", this.companyStatus);
|
|
|
uni.setStorageSync("companyName", res.data.companyAllName);
|
|
uni.setStorageSync("companyName", res.data.companyAllName);
|
|
|
} else {
|
|
} else {
|
|
|
this.companyStatus = "";
|
|
this.companyStatus = "";
|
|
|
|
|
+ this.companyInfo = {};
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|