@@ -308,10 +308,7 @@
if (this.isRead != 'read') {
this.toashMsg('请先阅读并同意无人洗车《注意事项及服务协议》!')
return
- } else if (this.itemList.length == 0) {
- this.toashMsg('暂无服务项目')
- return
- }
+ }
uni.showLoading({
title: '请求中...',
mask: true