-
面试地点
-
- {{ jobDetail.interviewAddr || "-" }}
+
+
面试地点
+
+ {{ jobDetail.interviewAddr || "-" }}
+
-
-
-
其他说明
-
- {{ jobDetail.otherInfo || "-" }}
+
+
其他说明
+
+ {{ jobDetail.otherInfo || "-" }}
+
@@ -398,6 +552,7 @@ export default {
},
data() {
return {
+ globalData: getApp().globalData,
videoContextTemp: {},
corpUserFlag: false,
agreeRadio: ["agree"],
@@ -683,10 +838,13 @@ export default {
let setData = that.G.disposeJobListData(res);
res.addressStr = setData.district.slice(0, -1);
res.sexStr = setData.genderAge;
+ res.genderRestrict = that.G.getGenderByMinAge(res);
+ res.addss = that.G.setJobInfoPositionv3(res.storeAddr);
+ res.monthPay = res.minMonthlyPay / 100 + "-" + res.maxMonthlyPay / 100;
// res.ageStr = setData.age;
// res.priceStr = that.G.getSalaryClassifyValue(res.salaryClassify, res.salaryClassifyValue);
- res.priceStr = res.salaryClassify != 7 ? that.G.getSalaryClassifyValue(res.salaryClassify, res.salaryClassifyValue) : that.G.getSalaryClassifyValue(res.salaryClassify, res.minMonthlyPay, res.maxMonthlyPay);
+ res.priceStr = res.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(res.salaryClassify, res.salaryClassifyValue) : that.G.getSalaryClassifyValue(res.salaryClassify, res.minMonthlyPay, res.maxMonthlyPay);
res.updateTime = that.G.setDeadLine(res.updateTime, "jiaofu");
console.log("res.imgs", res.imgs);
that.swiperArray =
@@ -809,40 +967,6 @@ export default {
dateTime = arr;
},
- // 复制通告
- setCopy(e) {
- var that = this;
- var contentInfo;
- const query = uni.createSelectorQuery().in(this);
- query
- .select(".contactInfo")
- .boundingClientRect(function (res) {
- console.log(res);
- contentInfo = res.dataset.info;
- if (contentInfo) {
- uni.setClipboardData({
- data: contentInfo,
- success(res) {
- uni.showToast({
- title: "内容已复制",
- icon: "none",
- duration: 1500,
- });
- },
- fail(err) {
- console.log("setClipboardDataerr", err); // data
- },
- });
- } else {
- uni.showToast({
- title: "复制内容为空",
- icon: "none",
- duration: 1500,
- });
- }
- })
- .exec();
- },
handleSubmit() {
let that = this;
console.log("that.formInfo", that.formInfo);
@@ -1084,20 +1208,16 @@ export default {
} else if (e == "old") {
text = that.jobDetail.lastNotice;
} else if (e == "jobName") {
- text = that.jobDetail.jobName + "@" + (that.jobDetail.supplier.supplierName || "-");
+ text = that.jobDetail.jobName + "@" + (that.jobDetail.agencyName || "-");
}
console.log("text", text);
uni.setClipboardData({
data: text,
success(res) {
- uni.getClipboardData({
- success(res) {
- console.log(res.data); // data
- uni.showToast({
- title: "复制成功",
- icon: "success",
- });
- },
+ console.log(res.data); // data
+ uni.showToast({
+ title: "复制成功",
+ icon: "success",
});
},
});
@@ -1187,7 +1307,6 @@ export default {
}
.servicePrice {
height: 64px;
- border: 1rpx solid #eee;
// background-color: #ffeee7;
// border-right-color: transparent;
// border-left-color: transparent;
diff --git a/root/detail/jobDesp.vue b/root/detail/jobDesp.vue
index 2902b25..e0248d0 100644
--- a/root/detail/jobDesp.vue
+++ b/root/detail/jobDesp.vue
@@ -145,6 +145,7 @@ export default {
},
onLoad(options) {
let str = "";
+ console.log("this.options", options);
if (options.info) {
if (options.info == "undefined" || options.info == "null" || options.info == "NaN") {
this.info = "-";
diff --git a/root/detail/user.vue b/root/detail/user.vue
index 9541aef..7dd20c4 100644
--- a/root/detail/user.vue
+++ b/root/detail/user.vue
@@ -1,13 +1,13 @@
-
-
+
+
-
-
+
+
-
-
-
-
-
-
-
- {{ item.name }}
- {{ item.num }}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
{{ item.name }}
+
{{ item.num }}
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
-
+
-
-
+
+
-
-
-
-
-
-
- 不让他看我的职位
-
+
+
+
+
+
+
+
不让他看我的职位
+
-
-
-
- 删除粉丝
-
-
+
+
+
+
删除粉丝
+
+
-
\ No newline at end of file
+
diff --git a/root/person/change copy.vue b/root/person/change copy.vue
index c5f21c6..a5cfac4 100644
--- a/root/person/change copy.vue
+++ b/root/person/change copy.vue
@@ -154,7 +154,7 @@ export default {
}
uni.$emit("changeAccountName", { info: this.info.value });
uni.navigateBack();
- } else if (that.info.title == "修改企业名称") {
+ } else if (that.info.title == "修改企业全称") {
uni.$emit("changeStoreName", { info: this.info.value });
uni.navigateBack();
}
diff --git a/root/person/change.vue b/root/person/change.vue
index 07b9769..00828ab 100644
--- a/root/person/change.vue
+++ b/root/person/change.vue
@@ -17,7 +17,7 @@
>
-
+
@@ -46,6 +46,7 @@
]"
@chooseAddress="chooseAddress"
>
+ 企业简称与发单号名称直接关联,请谨慎修改
@@ -113,7 +114,7 @@ export default {
that.G.checkToken();
setTimeout(() => {
- uni.$emit("changeCompanyDesp",'测试');
+ uni.$emit("changeCompanyDesp", "测试");
uni.navigateBack();
}, 1500);
}
diff --git a/root/person/info.vue b/root/person/info.vue
index d1dab61..b6aa971 100644
--- a/root/person/info.vue
+++ b/root/person/info.vue
@@ -94,7 +94,7 @@ export default {
let that = this;
let userinfo = uni.getStorageSync("apply-userinfo");
that.userinfo = {
- imgSrc: userinfo.user.imgSrc || that.svgBaseImg + "defaultAva.svg",
+ imgSrc: userinfo.user.imgSrc || "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/defaultAva.svg",
userName: userinfo.userName,
tel: userinfo.user.tel,
desp: that.userinfo.desp || "请简单介绍",
diff --git a/root/person/myOrder.vue b/root/person/myOrder.vue
index 9ab1eba..eb7d988 100644
--- a/root/person/myOrder.vue
+++ b/root/person/myOrder.vue
@@ -14,7 +14,7 @@
},
{
icon: '',
- label: '企业名称',
+ label: '企业全称',
result: '',
value: info.fullName,
path: '',
@@ -63,9 +63,9 @@
{
icon: '',
- label: '企业名称',
+ label: '企业全称',
result: info.fullName || '-',
- path: '/root/person/change?type=order&title=修改企业名称&place=请输入企业全称&remark=企业名称&value=' + info.fullName,
+ path: '/root/person/change?type=order&title=修改企业全称&place=请输入企业全称&remark=企业全称&value=' + info.fullName,
tip: 'fullName',
},
{
@@ -207,7 +207,7 @@ export default {
this.editName(info);
} else if (item.label == "申请人名称") {
this.info.userName = e;
- } else if (item.label == "企业名称") {
+ } else if (item.label == "企业全称") {
this.info.fullName = e;
let info = {
fieldName: "fullName",
diff --git a/root/person/order.vue b/root/person/order.vue
index f46f6db..755bb8f 100644
--- a/root/person/order.vue
+++ b/root/person/order.vue
@@ -59,12 +59,12 @@
},
{
icon: '',
- label: '企业名称',
+ label: '企业全称',
result: '',
value: info.companyName,
path: '',
tip: 'slot-name',
- placeholder: '请输入企业名称',
+ placeholder: '请输入企业全称',
fontSize: '16px',
type: 'slot',
pColumn: 10,
@@ -223,7 +223,7 @@ export default {
this.info.agencyName = e;
} else if (item.label == "申请人名称") {
this.info.userName = e;
- } else if (item.label == "企业名称") {
+ } else if (item.label == "企业全称") {
this.info.companyName = e;
}
},
diff --git a/root/person/orderEdit.vue b/root/person/orderEdit.vue
index ec1c5ff..a7532a8 100644
--- a/root/person/orderEdit.vue
+++ b/root/person/orderEdit.vue
@@ -209,20 +209,20 @@ export default {
},
{
icon: "",
- label: "企业名称",
- result: that.info.agencyName || "请输入企业名称",
+ label: "企业全称",
+ result: that.info.agencyName || "请输入企业全称",
value: that.info.agencyName || "",
fontColor: !that.info.agencyName ? "g_c_9" : "g_c_3",
- path: "/root/person/change?label=企业名称&fieldName=agencyName&value=" + that.info.agencyName || "",
+ path: "/root/person/change?label=企业全称&fieldName=agencyName&value=" + that.info.agencyName || "",
tip: "user-name",
- placeholder: "请输入企业名称",
+ placeholder: "请输入企业全称",
fontSize: "16px",
type: "text",
pColumn: 19,
pRow: 12,
require: false,
params: {
- label: "企业名称",
+ label: "企业全称",
fieldName: "agencyName",
},
},
diff --git a/root/person/pwdForget.vue b/root/person/pwdForget.vue
index e7da5b6..88b5a05 100644
--- a/root/person/pwdForget.vue
+++ b/root/person/pwdForget.vue
@@ -1,204 +1,154 @@
-
-
-
「{{ beFllowAgencyInfo.inviteUserName || "-" }}」邀请你关注他的发单号:
-
-
-
![]()
-
- {{ beFllowAgencyInfo.fullName || "-" }}
-
-
- {{ beFllowAgencyInfo.desp || "-" }}
-
-
-
-
-
{{ item.num }}
-
{{ item.label }}
-
-
-
-
-
填写企业简称:
-
-
-
-
设置后系统将自动创建团队并关注该发单号,您作为创建人可在我的页面管理团队。
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/root/person/pwdForget copy.vue b/root/person/pwdForget1.vue
similarity index 100%
rename from root/person/pwdForget copy.vue
rename to root/person/pwdForget1.vue
diff --git a/root/person/pwdLogin.vue b/root/person/pwdLogin.vue
index eb5c6b3..d688e7a 100644
--- a/root/person/pwdLogin.vue
+++ b/root/person/pwdLogin.vue
@@ -1,170 +1,154 @@
-
-
+
-
+
-
- 忘记原密码
-
+ 忘记原密码
-
-
+
-
+
-
+
-
\ No newline at end of file
+
diff --git a/root/person/set.vue b/root/person/set.vue
index 6b3ce93..ad1fe96 100644
--- a/root/person/set.vue
+++ b/root/person/set.vue
@@ -53,7 +53,7 @@
},
{
icon: '',
- label: '关于发单助手',
+ label: '关于报名助手',
result: '版本' + version,
path: '/root/person/about',
tip: 'about',
diff --git a/root/person/teamManage.vue b/root/person/teamManage.vue
index 3ef0fb6..5883673 100644
--- a/root/person/teamManage.vue
+++ b/root/person/teamManage.vue
@@ -25,7 +25,7 @@