|
|
@@ -494,11 +494,11 @@
|
|
|
<image src="../../static/images/index/qwzn.svg" mode=""></image>
|
|
|
<view class=""> 发布招聘 </view>
|
|
|
</view>
|
|
|
- <view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
+ <!-- <view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="refreshJob()">
|
|
|
<image src="../../static/images/index/cpbk.svg" mode=""></image>
|
|
|
<view class=""> 招聘刷新 </view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view v-if="$queue.getData('companyId')"
|
|
|
class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNav('/my/enterpriseInfo/enterpriseInfo?companyId=' + $queue.getData('companyId'))">
|
|
|
@@ -1025,8 +1025,10 @@ export default {
|
|
|
uni.showModal({
|
|
|
title: "提示",
|
|
|
content: "还未完成企业认证,请完成企业认证后操作",
|
|
|
- complete(ret) {
|
|
|
- if (ret.confirm) { }
|
|
|
+ success(ret) {
|
|
|
+ if (ret.confirm) {uni.navigateTo({
|
|
|
+ url: "/pages/my/businessLicense",
|
|
|
+ }) }
|
|
|
},
|
|
|
});
|
|
|
}
|