@@ -876,8 +876,8 @@
},
//
async getLocalJobs() {
- // #ifdef APP
let that = this;
+ // #ifdef APP
const hasLocation = await this.$queue.checkPermission(
'location',
'获取位置需要定位权限,用于推荐同城的求职岗位或牛人',
@@ -348,7 +348,7 @@
}
// 提交成功后跳转到职位发布页面
setTimeout(() => {
- uni.navigateTo({
+ uni.redirectTo({
url: "/pages/my/jobPostingSecond?pid=" + pid + "&status=" + this
.status + "&companyName=" + this.companyName + '&companyId=' +
this.companyId+'&type='+this.update
@@ -1,6 +1,6 @@
<template>
<view class="switch-roles">
- <nav-bar title="选择职位要求" color="#000"></nav-bar>
+ <nav-bar title="选择职位要求" color="#000" :isBack="false"></nav-bar>
<view class="roles-content">
<view class="content">
<view class="title">继续填写</view>