|
|
|
@ -130,6 +130,8 @@ export default {
|
|
|
|
uni.$on("changeJobInfo", function (data) {
|
|
|
|
uni.$on("changeJobInfo", function (data) {
|
|
|
|
that.updateInfo.jobId = data.info.leafCateId;
|
|
|
|
that.updateInfo.jobId = data.info.leafCateId;
|
|
|
|
that.updateInfo.jobName = data.info.title;
|
|
|
|
that.updateInfo.jobName = data.info.title;
|
|
|
|
|
|
|
|
that.currentJobInfo = data.info;
|
|
|
|
|
|
|
|
|
|
|
|
that.jobType = data.info.jobType;
|
|
|
|
that.jobType = data.info.jobType;
|
|
|
|
console.log("data.info", data.info);
|
|
|
|
console.log("data.info", data.info);
|
|
|
|
that.getJobDetail(data.info);
|
|
|
|
that.getJobDetail(data.info);
|
|
|
|
@ -196,6 +198,7 @@ export default {
|
|
|
|
IS_CREATOR: false,
|
|
|
|
IS_CREATOR: false,
|
|
|
|
jobType: 2,
|
|
|
|
jobType: 2,
|
|
|
|
isFans: 2,
|
|
|
|
isFans: 2,
|
|
|
|
|
|
|
|
currentJobInfo: {},
|
|
|
|
cdnBaseImg: this.G.store().cdnBaseImg,
|
|
|
|
cdnBaseImg: this.G.store().cdnBaseImg,
|
|
|
|
nation: nationlist.map((item, index) => {
|
|
|
|
nation: nationlist.map((item, index) => {
|
|
|
|
return item.name;
|
|
|
|
return item.name;
|
|
|
|
@ -256,6 +259,8 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
setFormList(policyStr) {
|
|
|
|
setFormList(policyStr) {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
|
|
|
|
console.log("that.updateInfo", that.updateInfo);
|
|
|
|
|
|
|
|
console.log('that.currentJobInfo.agencyId == uni.getStorageSync("apply-userinfo").agencyId',that.currentJobInfo.agencyId == uni.getStorageSync("apply-userinfo").agencyId);
|
|
|
|
if (that.isFans == 2) {
|
|
|
|
if (that.isFans == 2) {
|
|
|
|
that.jobData = [
|
|
|
|
that.jobData = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@ -294,6 +299,7 @@ export default {
|
|
|
|
longitude: that.updateInfo["interviewLng"],
|
|
|
|
longitude: that.updateInfo["interviewLng"],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
tip: "slot-choose&input-address",
|
|
|
|
tip: "slot-choose&input-address",
|
|
|
|
|
|
|
|
// uneditable: (that.currentJobInfo.agencyId == uni.getStorageSync("apply-userinfo").agencyId) ? false : true,
|
|
|
|
placeholder: "请选择面试地址",
|
|
|
|
placeholder: "请选择面试地址",
|
|
|
|
type: "slot",
|
|
|
|
type: "slot",
|
|
|
|
fontSize: "16px",
|
|
|
|
fontSize: "16px",
|
|
|
|
|