|
@@ -244,6 +244,7 @@
|
|
|
<div v-if="upFaceUrl" class="scrollbar-box" style="width:560px;margin:0 auto;max-height:700px;overflow-y: scroll">
|
|
|
<img :src="upFaceUrl" style="max-width:560px;border: 1px dashed #E0E0E0;cursor: pointer;margin:0 auto;">
|
|
|
</div>
|
|
|
+
|
|
|
</el-upload>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button @click="faceButton(1)">取 消</el-button>
|
|
@@ -566,7 +567,7 @@
|
|
|
this.user.faceImg = res.data.cardUrl;
|
|
|
this.upFaceOpen = false;
|
|
|
this.getUser();
|
|
|
- this.msgSuccess(res.msg)
|
|
|
+ this.msgSuccess('上传成功!')
|
|
|
this.$forceUpdate()
|
|
|
}else{
|
|
|
this.msgError(res.msg)
|