|
|
@@ -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()
|