修复借用时间bug

This commit is contained in:
Leo_Ding 2025-09-23 15:40:30 +08:00
parent da8a7020eb
commit ee188bd4a2

View File

@ -333,7 +333,7 @@
success: (res) => {
if (res.confirm) {
//
this.navigateToDetail(id, true);
this.navigateToDetail(id, false);
} else if (res.cancel) {
//
uni.showToast({