This commit is contained in:
John
2024-04-23 00:30:32 +08:00
parent 56d79b74ed
commit 6b0bf23fee

View File

@@ -98,10 +98,10 @@ export default {
}
})
this.buttonLoading = true;
batchUpdateUserPictures({
userId: this.info.userId,
batchUpdateUserPictures(
this.info.userId,
userPictures
}).then(data => {
).then(data => {
this.$modal.msgSuccess("保存图片成功");
this.buttonLoading = false;
this.open = false