lyuis 7 bulan lalu
induk
melakukan
cbd2e52d3d

+ 7 - 1
package/jobIntention/addExpectation.vue

@@ -133,7 +133,8 @@ export default {
 			trackWidth: 0,
 			draggingThumb: null, // 'left' 或 'right' 或 null
 			startX: 0,
-			startValue: 0
+			startValue: 0,
+			isWork:false
 		}
 	},
 	computed: {
@@ -322,6 +323,9 @@ export default {
 		    uni.showToast({ title: "请选择从事方向", icon: "none" });
 		    return;
 		  }
+		  if(this.isWork)
+			return
+			this.isWork=true
 			let data={
 				intentionId:this.id,
 				ruleClassifyId:this.jobId,
@@ -339,6 +343,8 @@ export default {
 			}
 		  uni.showLoading({ title: "提交中..." });
 		  this.$Request.postJson("/app/intention/saveUpdate", data).then((res) => {
+			  this.isWork=false
+			  this.industry=''
 			  uni.hideLoading();
 		    if (res.code == 0) {
 		        uni.showToast({ title: "保存成功", icon: "none" });

+ 8 - 6
pages/msg/im.vue

@@ -175,7 +175,7 @@
 							<!-- 时间和收藏 -->
 							<view class="time-favorite flex justify-between align-center">
 								<view class="time-text">
-									7月24日 14:34 向你发起的沟通
+									{{conversationInfo.createTime&&conversationInfo.createTime}} 向你发起的沟通
 								</view>
 								<view :class="['favorite-btn  flex align-center',postPushInfo.isCollection?'collectActived':'']" @click.stop="setCollection(postPushInfo.postPushId)">
 									<text class="favorite-icon"><u-icon :name="postPushInfo.isCollection?'star-fill':'star'"></u-icon></text>
@@ -217,18 +217,18 @@
 							<!-- 当前职位 -->
 							<view class="current-job">
 								<image src="../../static/images/aixin.svg" class="job-icon" mode="aspectFit"></image>
-								<text class="job-text">{{ resumesInfo.companyName }}·{{ resumesInfo.lastWorkPosition }}</text>
+								<text class="job-text">{{ resumesInfo.resumesListDtoList&&resumesInfo.resumesListDtoList.companyName||'' }}·{{ resumesInfo.resumesListDtoList&&resumesInfo.resumesListDtoList.lastWorkPosition||'' }}</text>
 							</view>
 				
 							<!-- 求职期望 -->
 							<view class="job-expectation">
 								<image src="../../static/images/xiangzi.svg" class="job-icon" mode="aspectFit"></image>
-								<text class="expectation-text">求职期望: {{ resumesInfo.expectedPosition }}</text>
+								<text class="expectation-text">{{ resumesInfo.resumesListDtoList&&resumesInfo.resumesListDtoList.companyName||'' }}·{{ resumesInfo.resumesListDtoList&&resumesInfo.resumesListDtoList.profession||'' }}</text>
 							</view>
 				
 							<!-- 技能标签 -->
 							<view class="skill-tags">
-								<view class="skill-tag" v-for="(skill, skillIndex) in resumesInfo.skills" :key="skillIndex">
+								<view class="skill-tag" v-for="(skill, skillIndex) in resumesInfo.resumesListDtoList.intentIndustry&&resumesInfo.resumesListDtoList.intentIndustry.split('/')||[]" :key="skillIndex">
 									{{ skill }}
 								</view>
 							</view>
@@ -240,7 +240,7 @@
 						</view>
 						<view class="time-favorite flex justify-between align-center">
 							<view class="time-text">
-								7月24日 14:34 沟通的职位-亚马逊
+								{{conversationInfo.createTime&&conversationInfo.createTime.substring(0,10)}} 沟通的职位-亚马逊{{resumesInfo.intentionRuleClassifyName}}
 							</view>
 						</view>
 					</view>
@@ -1023,7 +1023,8 @@
 				isVip: false, //是否是会员
 				isVideo: false, //是否打视频
 				ossUrl:configdata.ossUrl,
-				jobStatusList:[]
+				jobStatusList:[],
+				conversationInfo:{}
 			};
 		},
 		onUnload() {
@@ -1720,6 +1721,7 @@
 				}
 				this.$Request.getT("/app/chat/getConversationInfo", data).then(res => {
 					if (res.code == 0) {
+						this.conversationInfo=res.data
 						if (res.data.isSendWx) {
 							this.isSendWx = true
 						} else {

+ 6 - 0
pages/my/educationExperience.vue

@@ -136,6 +136,7 @@ export default {
 						"博士",
 						"博士后"
 				],
+			isWork:false
 		}
 	},
 	onLoad(options) {
@@ -209,9 +210,14 @@ export default {
 				degree:this.departments[this.formData.departmentIndex],
 				detail:this.formData.workContent
 			}
+			if(this.isWork)
+				return
+				this.isWork=true
 		  uni.showLoading({ title: "提交中..." });
 		  this.$Request.postJson("/app/userFirst/addEdu", data).then((res) => {
 			  uni.hideLoading();
+			  this.isWork=false
+			  this.formData.companyName=''
 		    if (res.code == 0) {
 		        uni.showToast({ title: "保存成功", icon: "none" });
 		        // 实际开发中可以在这里添加跳转逻辑

+ 2 - 2
pages/my/jobApplicant/workRecord.vue

@@ -335,8 +335,8 @@ export default {
 	  eduList:[{
 			  school: "学校时间",
 			  profession: "专业",
-			  startTime: "在校时间",
-			  endTime: "离校时间",
+			  startTime: "2012-09-1",
+			  endTime: "2016-6-10",
 			  detail: "请填写您的教育经历",
 			  degree: "学历",
 			  }

+ 1 - 1
pages/my/onlineResume.vue

@@ -255,7 +255,7 @@
 				this.$Request.getT("/app/userFirst/getUserResumes", {}).then((res) => {
 				  if (res.code == 0) {
 				     that.detail=res.data
-					  that.hasEcommerceExperience=res.data.resumeList.ifExp?true:false
+					  that.hasEcommerceExperience=res.data.resumeList&&res.data.resumeList.ifExp?true:false
 					  that.detail.degree=that.$queue.getHighestEducation(res.data.eduList)
 					  
 					  res.data.workExps.forEach(function(item){

+ 7 - 1
pages/my/workExperience.vue

@@ -223,7 +223,8 @@ export default {
 			departments:[],
 			departmentsIds:[],
 			positionLevels:['初级','资深'],
-			operateKey:0
+			operateKey:0,
+			isWork:false
 		}
 	},
 	onLoad(options) {
@@ -444,9 +445,14 @@ export default {
 				},
 				workExpDetails:this.formData.resumes
 			}
+			if(this.isWork)
+				return
+				this.isWork=true
 		  uni.showLoading({ title: "提交中..." });
 		  this.$Request.postJson("/app/userFirst/addWorkExp", data).then((res) => {
 			  uni.hideLoading();
+			  this.isWork=false
+			  this.formData.companyName==''
 		    if (res.code == 0) {
 		        uni.showToast({ title: "保存成功", icon: "none" });
 		        // 实际开发中可以在这里添加跳转逻辑