1111
This commit is contained in:
@@ -98,10 +98,10 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.buttonLoading = true;
|
this.buttonLoading = true;
|
||||||
batchUpdateUserPictures({
|
batchUpdateUserPictures(
|
||||||
userId: this.info.userId,
|
this.info.userId,
|
||||||
userPictures
|
userPictures
|
||||||
}).then(data => {
|
).then(data => {
|
||||||
this.$modal.msgSuccess("保存图片成功");
|
this.$modal.msgSuccess("保存图片成功");
|
||||||
this.buttonLoading = false;
|
this.buttonLoading = false;
|
||||||
this.open = false
|
this.open = false
|
||||||
|
|||||||
Reference in New Issue
Block a user