|
@@ -1036,7 +1036,15 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}else if(type == 2){
|
|
}else if(type == 2){
|
|
-
|
|
|
|
|
|
+ if(res){
|
|
|
|
+ this.loadingInstance.close();
|
|
|
|
+ if(res.data){
|
|
|
|
+ if(res.data.url){
|
|
|
|
+ this.$set(this,'mapSrc',res.data.url)
|
|
|
|
+ this.$set(this, 'shadeBoxType', 1);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
beforeAvatarUpload(file) {
|
|
beforeAvatarUpload(file) {
|