下订单暂无设备时,优化提示信息
This commit is contained in:
parent
7e6843fb09
commit
a013e0bf9e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user