shizhongqi 8 ماه پیش
والد
کامیت
6ed759cff1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ghsApp/src/pagesOrder/detail.vue

+ 1 - 1
ghsApp/src/pagesOrder/detail.vue

@@ -1201,7 +1201,7 @@ export default {
 			let that = this
 
 
-			if(that.detailInfo.sendStatus != -4){
+			if(![-1, -4].includes(that.detailInfo.sendStatus)){
 				that.$msg('已使用跑腿配送')
 				return
 			}