下订单暂无设备时,优化提示信息

This commit is contained in:
WindowBird 2025-09-01 10:37:07 +08:00
parent 7e6843fb09
commit a013e0bf9e

View File

@ -246,7 +246,7 @@ export default {
// //
if (this.deviceTypes.length === 0) { if (this.deviceTypes.length === 0) {
uni.showToast({ uni.showToast({
title: '设备类型加载中,请稍后重试', title: '暂无可租聘设备',
icon: 'none', icon: 'none',
}) })
return return