From 248ef3ba3de9994dc83d2b36690542893f9fb6e6 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 28 十一月 2024 16:26:06 +0800
Subject: [PATCH] #

---
 pages/phyz/processOrder/orderCheck.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/phyz/processOrder/orderCheck.vue b/pages/phyz/processOrder/orderCheck.vue
index 87d356f..dcb5c69 100644
--- a/pages/phyz/processOrder/orderCheck.vue
+++ b/pages/phyz/processOrder/orderCheck.vue
@@ -165,16 +165,16 @@
 			},
 			combConfirm(item) {
 				let _this = this
-				_this.combDis = true
-				if (_this.data.anfme == 0) {
+				if (item.anfme == 0) {
 					uni.showToast({ title: '鍑哄簱鏁伴噺涓嶈兘涓�0锛�', icon: "error", position: 'top'})
 					return
 				}
+				_this.combDis = true
 				uni.showLoading({})
 				let combList = []
 				combList.push(item)
 				uni.request({
-					url: `${_this.baseUrl}/out/pakout/auth`,
+					url: `${_this.baseUrl}/process/out/pakout/auth`,
 					header: {'token': uni.getStorageSync('token')},
 					data: combList,
 					method: 'POST',

--
Gitblit v1.9.1