如果扫描用户,没有订单,不需要返回任何信息给用户
完成套餐从数据库中提取
This commit is contained in:
+2
-1
@@ -53,7 +53,8 @@ export const checkOrdersByStatus = (deviceNo, statuses) => {
|
||||
return request({
|
||||
url: `/app/order/list?deviceNo=${deviceNo}&orderStatus=${statusQuery}`,
|
||||
method: 'get',
|
||||
hideLoading: true // 隐藏加载提示,避免干扰用户
|
||||
hideLoading: true, // 隐藏加载提示,避免干扰用户
|
||||
ignoreEmptyError: true // 添加标记,表示即使返回空数据也不视为错误
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user