瀏覽代碼

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
修改下单

1004749546@qq.com 4 年之前
父節點
當前提交
a780317f14
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      pages/getOrder/getOrder.vue

+ 1 - 4
pages/getOrder/getOrder.vue

@@ -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