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; 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