he2802 4 年之前
父节点
当前提交
d912595e7e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      pages2/wd/edu_info.vue

+ 1 - 2
pages2/wd/edu_info.vue

@@ -127,7 +127,6 @@
 				this.fileList = lists;
 			},
 			submitForm(){
-				console.log(this.schoolInfo)
 				if(!this.schoolInfo.schoolName){
 					uni.showModal({
 						title: "提示",
@@ -140,7 +139,7 @@
 			},
 			async submitImage(){
 				console.log(this.fileList,33)
-				if(this.fileList.length > 0){
+				if(this.fileList.length > 0&&this.fileList[0].url!=this.$method.splitImgHost(this.schoolInfo.studentStatusImg)){
 					const waitYS = await this.imageInfos();
 				}
 				this.resultForm()