完善功能

This commit is contained in:
wangxiaowei
2025-12-11 19:17:38 +08:00
parent d77dbb20f3
commit a05b724a0f
4 changed files with 217 additions and 65 deletions

View File

@ -440,13 +440,17 @@
self.cancelReservePopup = false;
if(res.code) {
uni.hideLoading();
uni.showToast({
title: res.msg,
duration: 2000,
icon: 'success'
});
self.getData();
setTimeout(() => {
uni.hideLoading();
self.getData();
}, 500);
} else {
uni.hideLoading();
}
}
);