新增浏览量

cyl/im
jscyl13849007907 5 months ago
parent 16d96dc80e
commit 7eba617bc9

@ -16,6 +16,7 @@ let jobInfo = {
job_ai: '/yishoudan/common/structure/get', // 获取ai结果 job_ai: '/yishoudan/common/structure/get', // 获取ai结果
yi_job_class_new: "/labels/getListByTypeAndIndustry", // 新职位要求接口(新) yi_job_class_new: "/labels/getListByTypeAndIndustry", // 新职位要求接口(新)
job_get_cus: "/yishoudan/job/customer/support/getJobCustomerSupportIM", // 获取客服ID job_get_cus: "/yishoudan/job/customer/support/getJobCustomerSupportIM", // 获取客服ID
hasSee: "/yishoudan/job/view/record/addRecord",
} }
export default jobInfo; export default jobInfo;

@ -700,6 +700,7 @@ export default {
}, },
onShow() { onShow() {
let that = this; let that = this;
that.hasSee();
this.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false; this.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false;
console.log("this.IS_CREATOR", this.IS_CREATOR); console.log("this.IS_CREATOR", this.IS_CREATOR);
this.corpUserFlag = uni.getStorageSync("apply-userinfo").corpUserFlag; this.corpUserFlag = uni.getStorageSync("apply-userinfo").corpUserFlag;
@ -752,6 +753,12 @@ export default {
}, },
methods: { methods: {
hasSee() {
var that = this;
that.G.Get(that.api.hasSee + "?jobId=" + that.uid, "", (res) => {
console.log("res", res);
});
},
goAddress() { goAddress() {
let that = this; let that = this;
uni.navigateTo({ uni.navigateTo({

Loading…
Cancel
Save