diff --git a/common/js/app.js b/common/js/app.js
index 6bc302f..3748c37 100644
--- a/common/js/app.js
+++ b/common/js/app.js
@@ -133,6 +133,7 @@ let App = {
}
this.img_root = this.siteInfo.siteroot + `${this.base}/resource/image/`;
this.img_root_new = this.siteInfo.siteroot + `addons/weliam_smartcity/data/img/`;
+ this.img_root_new2 = this.siteInfo.siteroot + `attachment/`;
let apiObj = this.urlToObj(this.api_root);
if (!!apiObj.token && apiObj.token !== "undefined") {
uni.setStorageSync('weliam_user_token', apiObj.token)
diff --git a/components/page/pageComponents/goodsStyle.vue b/components/page/pageComponents/goodsStyle.vue
index 595041a..5097ac2 100644
--- a/components/page/pageComponents/goodsStyle.vue
+++ b/components/page/pageComponents/goodsStyle.vue
@@ -4,7 +4,8 @@
-
+
+
{{item.title}}
+
+ 顶
+
{{item.salary}}
+ font-weight: 600;color: #FF4444;flex:1;text-align: right;">{{item.salary}}
已认证
@@ -112,6 +115,17 @@
margin: 30upx!important;
border-radius: 20upx!important;
background-color: #FFFFFF!important;
+ }
+
+ .wprk-top{
+ background: #F1C426;
+ border-radius: 4upx;
+ font-size: 22upx;
+ font-family: PingFang SC;
+ font-weight: 500;
+ padding: 2upx 5upx;
+ margin-left: 20upx;
+ color: #FFFFFF;
}
.workList{
padding: 0upx 24upx 0upx;
@@ -125,16 +139,6 @@
font-weight: bold;
color: #333333;
}
- .wprk-top{
- background: #F1C426;
- border-radius: 4upx;
- font-size: 22upx;
- font-family: PingFang SC;
- font-weight: 500;
- padding: 2upx 5upx;
- margin-left: 20upx;
- color: #FFFFFF;
- }
.wprk-pay{
float: right;
font-size: 30upx;
diff --git a/components/template/pic_text/pic_text.vue b/components/template/pic_text/pic_text.vue
index cb8ac44..7b8ebc2 100644
--- a/components/template/pic_text/pic_text.vue
+++ b/components/template/pic_text/pic_text.vue
@@ -28,11 +28,21 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -59,17 +69,17 @@
diff --git a/pages/mainPages/userCenter/userCenter.vue b/pages/mainPages/userCenter/userCenter.vue
index a2e01e6..e70ab87 100644
--- a/pages/mainPages/userCenter/userCenter.vue
+++ b/pages/mainPages/userCenter/userCenter.vue
@@ -186,8 +186,8 @@
-
+
+
我的简历
diff --git a/pages/mainPages/userset/userset.vue b/pages/mainPages/userset/userset.vue
index e487714..76286bb 100644
--- a/pages/mainPages/userset/userset.vue
+++ b/pages/mainPages/userset/userset.vue
@@ -37,7 +37,7 @@
{{languageStatus!=1?'退出登录':'로그아웃'}}
当前版本号:1.0.15
+ bottom: 30rpx;left: 50%;margin-left: -150rpx;font-size: 23rpx;">当前版本号:1.0.17
diff --git a/pages/subPages/Equity/Equity.vue b/pages/subPages/Equity/Equity.vue
index edd153b..da3141e 100644
--- a/pages/subPages/Equity/Equity.vue
+++ b/pages/subPages/Equity/Equity.vue
@@ -5,6 +5,9 @@
+ 充值记录
我的权益
@@ -199,7 +202,7 @@
width: 40%;
height: 344upx;
margin-right: 3%;
- padding-top: 90upx;
+ padding-top: 30upx;
font-size: 38upx;
// border: 1px solid blue;
}
diff --git a/pages/subPages/Equity/record/record.vue b/pages/subPages/Equity/record/record.vue
new file mode 100644
index 0000000..522f56f
--- /dev/null
+++ b/pages/subPages/Equity/record/record.vue
@@ -0,0 +1,121 @@
+
+
+
+
+
+ {{item.storename}}
+ 订单号:{{item.orderno}}
+ 支付金额:{{item.price}}
+ 订单状态:
+ 待发货
+ 已退款
+ 待退款
+ 已取消
+ 待收货待消费
+ 已完成
+ 已消费
+ 已支付
+ 未支付
+
+ 付款时间:{{formatDate(item.paytime)}}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/subPages/createCommodity/index.vue b/pages/subPages/createCommodity/index.vue
index 5ff08d4..c4bda5e 100644
--- a/pages/subPages/createCommodity/index.vue
+++ b/pages/subPages/createCommodity/index.vue
@@ -1102,7 +1102,7 @@
// 表单验证
submitTest(strings) {
let _this = this;
- console.log(strings, 'shabiacao');
+ console.log(strings, '-------------');
let adopt = true;
if (strings == '' || strings == 'null') {
adopt = false;
@@ -1192,6 +1192,13 @@
if (data.type == 'bargain' && data.rules.length != 0) {
data.rules = encode(data.rules);
}
+ if(data.cc_child_id==""){
+ uni.showToast({
+ title:'请选择商品分类',
+ icon:'none'
+ })
+ return;
+ }
if (_this.isladderVel == 1 && _this.goodsInfo.type == 'rush') {
// _this.goodsInfo.goods.lp_set
for (let i = 0; i < _this.goodsInfo.goods.lp_set.length; i++) {
@@ -1550,7 +1557,7 @@
id: _this.goodsInfo.id || id || ''
};
App._post_form('&p=Store&do=createGoods', data, res => {
- // res.data.cultivate_class;
+ _this.newTypeList = res.data.cultivate_class;
_this.goodsInfo['goods'] = res.data.goods;
if(!_this.goodsInfo.goods.is_describe_tip){
@@ -2081,7 +2088,7 @@
getNewCateList(index, type){
App._post_form(
`&p=cultivateClass&do=getCultivateClassChildList`,
- {cc_id: this.newTypeList[index].cc_id},
+ {cc_id: this.newTypeList[index].cc_id, storeid: this.goodsInfo.storeid},
res => {
if(res.data.length>0){
this.newCateList = res.data;
diff --git a/pages/subPages/goods/index.vue b/pages/subPages/goods/index.vue
index b13cea2..147de6e 100644
--- a/pages/subPages/goods/index.vue
+++ b/pages/subPages/goods/index.vue
@@ -997,11 +997,11 @@
-
+
diff --git a/pages/subPages/homepage/private/private.vue b/pages/subPages/homepage/private/private.vue
index 95d7fc5..6195b67 100644
--- a/pages/subPages/homepage/private/private.vue
+++ b/pages/subPages/homepage/private/private.vue
@@ -119,16 +119,38 @@ export default {
// App.navigationTo({
// url: 'pagesA/instantMessenger/instantMessenger?mid=' + item.other_party_id + '&other_party_type=' + item.other_party_type + '&type=1' + '&id='
// });
+ let getIDInfo = uni.getStorageSync('userinfo');
let getSetInfo = uni.getStorageSync('getSetInfo');
if(getSetInfo.type == 1){
+ let send_type = item.send_type;
+ let id = '';
+ if(item.other_party_type == "2"){
+ // 如果对方是企业商家商户类型,那用户本身为用户类型(没有企业对话企业的情况,有点话属历史bug遗留数据)
+ send_type = "1";
+ id = getIDInfo.mid;
+ }else if(item.other_party_type == "1" && item.send_type=="2"){
+ // 如果对方是应聘者,用户本身是招聘者
+ id = getIDInfo.storeid;
+ }
App.navigationTo({
- url: 'pagesA/instantMessenger/instantMessenger?other_party_id=' + item.other_party_id + '&other_party_type=' + item.other_party_type+ '&type=1' + '&id='
+ url: 'pagesA/instantMessenger/instantMessenger?other_party_id=' + item.other_party_id + '&other_party_type=' + item.other_party_type+ '&type=' + send_type + '&id=' + id
})
}else{
+ // 这个聊天页面不用
App.navigationTo({
url: 'pages/subPages/homepage/chat/chat?other_party_id=' + item.other_party_id + '&other_party_type=' + item.other_party_type+ '&type=1' + '&id='
})
}
+ // let getIDInfo = uni.getStorageSync('userinfo');
+ // if(getIDInfo.identity == "企业" || getIDInfo.identity == "商家"){
+ // App.navigationTo({
+ // url: 'pagesA/instantMessenger/instantMessenger?other_party_id=' + item.other_party_id + '&other_party_type=' + item.other_party_type+ '&type=2' + '&id='
+ // })
+ // }else{
+ // App.navigationTo({
+ // url: 'pagesA/instantMessenger/instantMessenger?other_party_id=' + item.other_party_id + '&other_party_type=' + item.other_party_type+ '&type=1' + '&id='
+ // })
+ // }
console.log(item);
}
},
diff --git a/pages/subPages/merchant/merchantOrder/merchantOrder.vue b/pages/subPages/merchant/merchantOrder/merchantOrder.vue
index 6407bdd..491a6d9 100644
--- a/pages/subPages/merchant/merchantOrder/merchantOrder.vue
+++ b/pages/subPages/merchant/merchantOrder/merchantOrder.vue
@@ -78,7 +78,9 @@
- {{newTypeList[item.cc_id-1]}}
+
+ {{newTypeList[item.cc_id]}}
+
{{item.goods_name}}
@@ -147,7 +149,7 @@
-
+
@@ -207,7 +209,13 @@
isMore: true,
indexs: null,
// typeList: ['抢购', '团购', '拼团', '', '优惠卷', '', '砍价商品','','活动'],
- newTypeList: ['技能培训', '资格考试', '学历提升', '岗前培训'],
+ newTypeList: {
+ '1':'技能培训',
+ '2':'资格考试',
+ '3':'学历提升',
+ '4':'岗前培训',
+ '51':'生活服务'
+ },
total: null,
goodsList: [],
typeShow: 'bottom',
@@ -245,9 +253,10 @@
categories: [
{cc_id: "", name: '全部'},
{cc_id: "1", name: '技能培训'},
- {cc_id: "2", name: '资格考试'},
+ // {cc_id: "2", name: '资格考试'},
{cc_id: "3", name: '学历提升'},
- {cc_id: "4", name: '岗前培训'}
+ {cc_id: "4", name: '岗前培训'},
+ {cc_id: "51", name: '生活服务'}
],
category: 0,
};
diff --git a/pages/subPages/merchant/set/set.vue b/pages/subPages/merchant/set/set.vue
index a9ee288..8853aeb 100644
--- a/pages/subPages/merchant/set/set.vue
+++ b/pages/subPages/merchant/set/set.vue
@@ -16,6 +16,10 @@
姓名
+
+ 职务
+
+
电话
@@ -41,7 +45,7 @@
-
+
店铺详情
富文本编辑
@@ -57,7 +61,7 @@
定位
-
+
营业时间
-
+
分段营业
@@ -83,7 +87,7 @@
-
+
分段时间
-
+
+
+
+
+
+
+
+ 企业营业执照
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
企业招聘信息
-
+
招聘状态
@@ -146,7 +175,7 @@
- 企业规模
+ 所属行业
{{userInfoWork.industry[industryIndex].title}}
@@ -155,14 +184,14 @@
-
-
-
- 企业亮点
-
+
+
+
+ 企业亮点
+
-
+
企业幻灯片(750X560)
@@ -179,11 +208,11 @@
企业长图
-
-
-
-
+
+
+
+
@@ -255,7 +284,7 @@
-
+
@@ -299,7 +328,7 @@
-
+
店铺图片
@@ -461,9 +490,9 @@
adv: [],
album: [],
examine: [],
- thumbimages: [],
- deliverytype: [],
- recruit_brighten: '',
+ thumbimages: [],
+ deliverytype: [],
+ recruit_brighten: '',
recruit_long_img: []
},
storeid: null,
@@ -879,6 +908,9 @@
// _this.type5Url.push(aa.data.img);
_this.userInfo.recruit_long_img.push(aa.data.img);
}
+ if (type == 7) {
+ _this.userInfo.business_license=aa.data.image;
+ }
}
return
}
@@ -920,6 +952,9 @@
if (type == 6) {
// _this.type5Url.push(aa.data.img);
_this.userInfo.recruit_long_img.push(aa.data.img);
+ }
+ if (type == 7) {
+ _this.userInfo.business_license=aa.data.image;
}
}
}
@@ -1071,20 +1106,20 @@
title: '修改成功',
duration: 2000
});
- setTimeout(()=>{
- if (_this.type == '1') {
- // 不要前进,后退即可
- uni.navigateBack({
- delta: 1
- })
- // App.navigationTo({
- // url: 'pages/subPages/merchant/merchantUerCenter/merchantUerCenter'
- // });
- } else if (_this.type == '2') {
- App.navigationTo({
- url: 'pages/subPages/merchant/merchantChangeShop/merchantChangeShop'
- });
- }
+ setTimeout(()=>{
+ if (_this.type == '1') {
+ // 不要前进,后退即可
+ uni.navigateBack({
+ delta: 1
+ })
+ // App.navigationTo({
+ // url: 'pages/subPages/merchant/merchantUerCenter/merchantUerCenter'
+ // });
+ } else if (_this.type == '2') {
+ App.navigationTo({
+ url: 'pages/subPages/merchant/merchantChangeShop/merchantChangeShop'
+ });
+ }
}, 2000)
});
},
@@ -1123,14 +1158,17 @@
}
}
}
- if (type == 6) {
- for (let i = 0; i < _this.userInfo.recruit_long_img.length; i++) {
- if (url == _this.userInfo.recruit_long_img[i]) {
- _this.userInfo.recruit_long_img.splice(i, 1);
- // _this.userInfo.thumbimages.splice(i, 1);
- }
+ if (type == 6) {
+ for (let i = 0; i < _this.userInfo.recruit_long_img.length; i++) {
+ if (url == _this.userInfo.recruit_long_img[i]) {
+ _this.userInfo.recruit_long_img.splice(i, 1);
+ // _this.userInfo.thumbimages.splice(i, 1);
+ }
}
}
+ if (type == 7) {
+ _this.userInfo.business_license='';
+ }
},
closeLogo() {
let _this = this;
@@ -1149,7 +1187,7 @@
let cityListRight = [];
App._post_form('&p=store&do=storeSettled', data, res => {
- _this.userInfo = res.data.store;
+ _this.userInfo = res.data.store;
_this.userInfo.recruit_long_img = res.data.store.recruit_long_img_src;
_this.storehours = _this.userInfo.storehours;
if(_this.storehours.length == 2){
@@ -1158,18 +1196,18 @@
_this.userInfoWork = res.data;
_this.type1Url = res.data.store.logo;
_this.homemaIndex = _this.userInfo.housekeepstatus;
- _this.type1Url = res.data.store.logo;
- if(Array.isArray(_this.userInfo.deliverytype)){
- _this.userInfo.deliverytype.map(item=>{
- _this.deliveryItems.map(items=>{
- if(item == items.value){
- items.checked = true;
- }
- if(item == 'store'){
- this.storeDelivery = true;
- }
- })
- })
+ _this.type1Url = res.data.store.logo;
+ if(Array.isArray(_this.userInfo.deliverytype)){
+ _this.userInfo.deliverytype.map(item=>{
+ _this.deliveryItems.map(items=>{
+ if(item == items.value){
+ items.checked = true;
+ }
+ if(item == 'store'){
+ this.storeDelivery = true;
+ }
+ })
+ })
}
if (res.data.store.adv.length !== 0) {
@@ -1856,5 +1894,19 @@
margin-bottom: 20upx;
}
}
- }
+ }
+ .firstTitleName {
+ >view {
+ vertical-align: middle;
+ }
+
+ >span {
+ vertical-align: middle;
+ margin-left: 16upx;
+ font-size: 24upx;
+
+ color: rgba(51, 51, 51, 1);
+ }
+ }
+ .userInfoPackage {
padding: 34upx;
}
.firstTitleTips {
>span {
vertical-align: middle;
font-size: 24upx;
color: rgba(51, 51, 51, 1);
margin-right: 14upx;
}
>image {
vertical-align: middle;
width: 18upx;
height: 26upx;
}
}
diff --git a/pages/subPages/mineCollection/mineCollection.vue b/pages/subPages/mineCollection/mineCollection.vue
index 6a44d1b..592d211 100644
--- a/pages/subPages/mineCollection/mineCollection.vue
+++ b/pages/subPages/mineCollection/mineCollection.vue
@@ -66,8 +66,11 @@
-
+
+
+
@@ -75,10 +78,10 @@
-
+
-
+
diff --git a/pages/subPages2/hirePlatform/addResume/addResume.vue b/pages/subPages2/hirePlatform/addResume/addResume.vue
index a411d54..e8a2c78 100644
--- a/pages/subPages2/hirePlatform/addResume/addResume.vue
+++ b/pages/subPages2/hirePlatform/addResume/addResume.vue
@@ -204,18 +204,18 @@
-
+
{{ businessList[0].title }}
-
+
{{ businessList[0].title }}
-
+
{{ businessList[1].title }}
@@ -225,16 +225,17 @@
{{ businessList[0].title }}
-
+
{{ businessList[1].title }}
-
+
{{ businessList[2].title }}
@@ -323,7 +324,7 @@
- 提 交
+ 提 交
@@ -361,7 +362,7 @@
@@ -714,7 +715,7 @@ export default{
klis:false,
isOpenLaction:false,
userInfo:{
-
+ graduated_school: {}
},
phoneHeight:null,
latlngs:null,
@@ -737,7 +738,7 @@ export default{
genderList:['男','女'],
genderIndex:0,
educationList:[],
- workTypeList:[{title:'全职',id:1},{title:'兼职',id:2}],
+ workTypeList:[{title:'全职',id:1},{title:'兼职',id:2},{title:'实习',id:3}],
workTypeIndex:0,
educationIndex:0,
incumbencyList:[
@@ -788,7 +789,7 @@ export default{
label:this.userInfo.graduated_school[key]
})
}
- // console.log(arr, '学校类型数组');
+ console.log(arr, '学校类型数组');
return arr;
},
},
@@ -817,9 +818,9 @@ export default{
- },
- onShow() {
- let _this = this;
+ // },
+ // onShow() {
+ // let _this = this;
// #ifdef H5
window.addEventListener(
'message',
@@ -878,66 +879,75 @@ export default{
{},
res => {
if(!res.data) return
- console.log(res,'提交结果');
- _this.userInfo = res.data;
- // 初始化数据处理
- _this.educationList.map((item,index)=>{
- if(item.id == _this.userInfo.education_label_id){
- _this.educationIndex = index;
- }
- })
- _this.educationList.map((item,index)=>{
- if(item.id == _this.userInfo.education_label_id){
- _this.educationIndex = index;
- }
- })
- _this.experienceList.map((item,index)=>{
- if(item.id == _this.userInfo.experience_label_id){
- _this.experienceIndex = index;
- }
- })
- _this.incumbencyList.map((item,index)=>{
- if(item.id == _this.userInfo.work_status){
- _this.incumbencyIndex = index;
- }
- })
- _this.workTypeList.map((item,index)=>{
- if(item.id == _this.userInfo.job_type){
- _this.workTypeIndex = index;
- }
- })
- _this.genderIndex = Number(_this.userInfo.gender) - 2;
- _this.school_officeList = _this.userInfo.school_office;
- _this.educational_experienceList = _this.userInfo.educational_experience;
- _this.work_experienceList = _this.userInfo.work_experience;
- _this.userInfo.provinceid = _this.userInfo.expect_work_province;
- _this.userInfo.areaid = _this.userInfo.expect_work_city;
- _this.userInfo.distid = _this.userInfo.expect_work_area;
- _this.businessList = _this.userInfo.show_expect_position;
- _this.owenscitylist.map((item,index)=>{
- if(item.id == _this.userInfo.provinceid){
- _this.provinceidName = item.name;
- item.area.map(items=>{
- if(items.id == _this.userInfo.areaid){
- _this.areaidName = items.name;
- items.dist.map(itemss=>{
- if(itemss.id == _this.userInfo.distid){
- _this.distidName = itemss.name;
- }
- })
- }
- })
- }
- })
+ console.log(res,'查询结果');
+ if(!!res.data.name){
+ _this.userInfo = res.data;
+ // 初始化数据处理--数据回填
+ _this.educationList.map((item,index)=>{
+ if(item.id == _this.userInfo.education_label_id){
+ _this.educationIndex = index;
+ }
+ })
+ _this.educationList.map((item,index)=>{
+ if(item.id == _this.userInfo.education_label_id){
+ _this.educationIndex = index;
+ }
+ })
+ _this.experienceList.map((item,index)=>{
+ if(item.id == _this.userInfo.experience_label_id){
+ _this.experienceIndex = index;
+ }
+ })
+ _this.incumbencyList.map((item,index)=>{
+ if(item.id == _this.userInfo.work_status){
+ _this.incumbencyIndex = index;
+ }
+ })
+ _this.workTypeList.map((item,index)=>{
+ if(item.id == _this.userInfo.job_type){
+ _this.workTypeIndex = index;
+ }
+ })
+ _this.genderIndex = Number(_this.userInfo.gender) - 2;
+ _this.school_officeList = _this.userInfo.school_office;
+ _this.educational_experienceList = _this.userInfo.educational_experience;
+ _this.work_experienceList = _this.userInfo.work_experience;
+ _this.userInfo.provinceid = _this.userInfo.expect_work_province;
+ _this.userInfo.areaid = _this.userInfo.expect_work_city;
+ _this.userInfo.distid = _this.userInfo.expect_work_area;
+ _this.businessList = _this.userInfo.show_expect_position;//期望职位
+ // expect_position: ["24", "55"],
+ // show_expect_position: [{id: "24", title: "设备/器械"}]
+ _this.owenscitylist.map((item,index)=>{
+ if(item.id == _this.userInfo.provinceid){
+ _this.provinceidName = item.name;
+ item.area.map(items=>{
+ if(items.id == _this.userInfo.areaid){
+ _this.areaidName = items.name;
+ items.dist.map(itemss=>{
+ if(itemss.id == _this.userInfo.distid){
+ _this.distidName = itemss.name;
+ }
+ })
+ }
+ })
+ }
+ })
+ }else{
+ _this.userInfo.graduated_school = res.data.graduated_school;
+ }
+
// _this.expect_position 后台处理成对象形式携带名字
_this.loadlogo = !_this.loadlogo;
_this.loadlogo = !_this.loadlogo;
+ console.log(_this.userInfo, 111111);
},
false,
() => {
}
);
},
+ // 编辑在校职务
redactSchoolWork(item,index){
// this.work_experience = item;
let objString = JSON.stringify(item);
@@ -1200,8 +1210,8 @@ export default{
delete data.distid;
delete data.logo;
delete data.show_avatar;
- delete data.industry_id;
- delete data.industry_pid;
+ delete data.industry_id;//二级行业
+ delete data.industry_pid;//一级行业
delete data.show_expect_position;
delete data.graduated_school;
console.log(data);
@@ -1210,6 +1220,7 @@ export default{
uni.showToast({
icon:'none',
title:'请完善资料'
+ // title:key
});
return
@@ -1285,6 +1296,7 @@ export default{
this.pickerindex = e.detail.value;
this.userInfo.meralid = this.pickerarray[this.pickerindex].id;
},
+ // 点击分类三级
clickclassTwo(item){
if(this.businessList.length == 3 && !item.checked){
uni.showToast({
@@ -1325,37 +1337,93 @@ export default{
this.userInfo.expect_position = [this.businessList[0].id];
}else if(this.businessList.length == 2){
this.userInfo.expect_position = [this.businessList[0].id,this.businessList[1].id];
- }else{
+ }else if(this.businessList.length == 3){
this.userInfo.expect_position = [this.businessList[0].id,this.businessList[1].id,this.businessList[2].id];
+ }else{
+ this.userInfo.expect_position = [];
}
- this.loadlogo = false;
- this.loadlogo = true;
+ this.loadlogo = false;
+ this.loadlogo = true;
console.log(item)
},
+ // 点击分类二级
clickclass(item){
// console.log(item);
-
- this.industrysubdivide.map(items=>{
- items.checked = false;
- if(item.id == items.id){
- items.checked = true;
- }
- });
+ // this.userInfo.industry_id.push(item.id);//二级行业的id
+
App._post_form(
`&p=recruit&do=industryList&type=3&pid=${item.id}`,
{},
res => {
this.industrysublevel = res.data;
- this.industrysublevel.map(item=>{
- item.checked = false;
- this.businessList.map(items=>{
- if(items.id == item.id){
- item.checked = true;
- }
+ // if(this.industrysublevel.length!=0){
+ // 有第三级职位
+ this.industrysublevel.map(item1=>{
+ item1.checked = false;
+ this.businessList.map(items=>{
+ if(items.id == item1.id){
+ item1.checked = true;
+ }
+ })
})
- })
+ //industrysubdivide是二级
+ this.industrysubdivide.map(items=>{
+ items.checked = false;
+ if(item.id == items.id){
+ items.checked = true;
+ }
+ });
+ // }
+
+ //二级是行业,不能填入期望职位列表,后续如果改了再打开使用
+ if(this.industrysublevel.length==0 && 0){
+ // 没有第三级职位的时候,直接把二级id填入
+ if(this.businessList.length == 3 && !item.checked2){
+ uni.showToast({
+ icon:'none',
+ title:'最多选择三个职位'
+ });
+ return
+ }
+ if(!item.checked2){
+ this.businessList.push(item);
+ console.log(this.businessList, 'this.businessList');
+ this.userInfo.expect_position.push(item.id);
+ this.industrysubdivide.map(items=>{
+ if(item.id == items.id){
+ items.checked2 = true;
+ }
+ });
+ }else{
+ this.businessList.map((items,index)=>{
+ if(items.id == item.id){
+ this.businessList.splice(index,1)
+ // this.userInfo.expect_position.splice(item.id);
+ }
+ });
+ this.industrysubdivide.map(items=>{
+ items.checked2 = false;
+ this.businessList.map(it=>{
+ if(it.id == items.id){
+ items.checked2 = true;
+ }
+ })
+ });
+ }
+
+ if(this.businessList.length == 1){
+ this.userInfo.expect_position = [this.businessList[0].id];
+ }else if(this.businessList.length == 2){
+ this.userInfo.expect_position = [this.businessList[0].id,this.businessList[1].id];
+ }else if(this.businessList.length == 3){
+ this.userInfo.expect_position = [this.businessList[0].id,this.businessList[1].id,this.businessList[2].id];
+ }else{
+ this.userInfo.expect_position = [];
+ }
+ }
+
this.loadlogo = false;
this.loadlogo = true;
@@ -1377,7 +1445,9 @@ export default{
this.loadlogo = false;
this.loadlogo = true;
},
+ // 点击分类一级
clickindustry(item){
+ // this.userInfo.industry_pid.push(item.id);//一级行业的id
this.industry.map(items=>{
items.checked = false;
if(item.id == items.id){
@@ -1392,6 +1462,17 @@ export default{
this.industrysubdivide.map(item=>{
item.checked = false;
})
+
+ // 二级是行业,不能填入期望职位列表,后续如果改了再打开使用
+ // 给没有三级职位分类的二级行业分类判断是否已选
+ // this.industrysubdivide.map(item1=>{
+ // item1.checked2 = false;
+ // this.businessList.map(items=>{
+ // if(items.id == item1.id){
+ // item1.checked2 = true;
+ // }
+ // })
+ // })
this.loadlogo = false;
this.loadlogo = true;
@@ -1453,7 +1534,7 @@ export default{
this.userInfo.avatar = '';
},
uplodephone(length,localIds){
- let _this = this;
+ let _this = this;
wxApi.uoloadIg(localIds[length], data => {
if (data.errMsg === 'uploadImage:ok') {
uni.showLoading({});
@@ -1836,19 +1917,22 @@ page {
width: 180upx;
margin: 20upx 0;
height: 180upx;
- border-radius: 10upx;
- border: 1upx solid #cccccc;
+ // border-radius: 10upx;
+ // border: 1upx solid #cccccc;
position: relative;
- overflow: hidden;
+ // overflow: hidden;
.imgs {
width: 180upx;
height: 180upx;
+ border-radius: 10upx;
+ overflow: hidden;
}
.close {
position: absolute;
width: 30upx;
height: 30upx;
- right: 10upx;
+ // right: 10upx;
+ right: -50upx;
top: 10upx;
}
}
diff --git a/pages/subPages2/hirePlatform/recruitmentList/recruitmentList.vue b/pages/subPages2/hirePlatform/recruitmentList/recruitmentList.vue
index 795a2d4..d7481fe 100644
--- a/pages/subPages2/hirePlatform/recruitmentList/recruitmentList.vue
+++ b/pages/subPages2/hirePlatform/recruitmentList/recruitmentList.vue
@@ -23,7 +23,8 @@
-
+
+
@@ -55,6 +56,7 @@
import TabBars from '@/components/template/tabBar.vue';
import nonemores from '@/components/template/nonemores.vue';
import tabs from '@/components/template/tabs/tabs.vue';
+ import tabsC from '@/components/template/tabs/tabs-copy.vue';
export default{
data(){
return{
@@ -90,7 +92,8 @@
Loadlogo,
TabBars,
nonemores,
- tabs
+ tabs,
+ tabsC
},
onLoad(e) {
console.log(e, e.job_type, 'p---------')
@@ -113,7 +116,7 @@
title = '就业招聘';
break;
case '2':
- title = '学校兼职';
+ title = '学生兼职';
break;
case '3':
title = '实习实践';
diff --git a/pagesA/campusActivities/campusActivities.vue b/pagesA/campusActivities/campusActivities.vue
index 6b5204f..3ccbf46 100644
--- a/pagesA/campusActivities/campusActivities.vue
+++ b/pagesA/campusActivities/campusActivities.vue
@@ -3,6 +3,10 @@
{{activitiesInfo.title}}
+
+ 发布人:{{activitiesInfo.nickname}}
+
+
发布时间:{{activitiesInfo.publish_time}}
diff --git a/pagesA/campusActivities/index.vue b/pagesA/campusActivities/index.vue
index 1b64599..ba3700d 100644
--- a/pagesA/campusActivities/index.vue
+++ b/pagesA/campusActivities/index.vue
@@ -1,15 +1,22 @@
+
- {{item.title}}
-
- {{item.publish_time}}
+ {{item.title}}
+
+ {{item.nickname}}
+
+
+ {{item.publish_time}}
+
+
+ {{item.cc_name}}
-
+
@@ -18,29 +25,57 @@
+
+