From af1482111b7cd95aabd3a0c55c153deb593cdb7b Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 22 九月 2023 15:31:19 +0800
Subject: [PATCH] #

---
 pages/out/checkOut.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/out/checkOut.vue b/pages/out/checkOut.vue
index 2685cd6..92d67b0 100644
--- a/pages/out/checkOut.vue
+++ b/pages/out/checkOut.vue
@@ -354,7 +354,7 @@
 			comb() {
 				let that = this;
 				uni.request({
-					url: that.baseUrl + '/mobile/order/search/orderNo/auth',
+					url: that.baseUrl + '/mobile/order/search/batch/auth',
 					data: that.barcode,
 					method: 'POST',
 					header: {'token': uni.getStorageSync('token')},
@@ -363,7 +363,7 @@
 						let res = result.data
 						if (res.code === 200) {
 							that.dataList = []
-							this.barcode = ''
+							that.barcode = ''
 							that.messageText = "纭鎴愬姛"
 							that.messageToggle('success')
 						} else if (res.code == 403) {

--
Gitblit v1.9.1