修复借用时间bug
This commit is contained in:
parent
da8a7020eb
commit
ee188bd4a2
@ -333,7 +333,7 @@
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
// 用户点击确定,执行跳转
|
||||
this.navigateToDetail(id, true);
|
||||
this.navigateToDetail(id, false);
|
||||
} else if (res.cancel) {
|
||||
// 用户点击取消,可选操作(如提示取消)
|
||||
uni.showToast({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user