From 8854175ab048274e13351c3630c6597298c53f9a Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 29 九月 2024 10:09:35 +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