修改房屋下拉弹窗显示bug

This commit is contained in:
zhouyanli
2026-07-16 17:59:41 +08:00
parent 289825363b
commit 7b1864f439
6 changed files with 67 additions and 69 deletions

View File

@@ -103,7 +103,7 @@
}
}catch(err){
uni.showToast({
title: res.msg ||"网络异常",
title: err.msg ||"网络异常",
icon:"none"
})
}