From 76e6e250ba9953ddf4b1facebd210ad6e24d712a Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期五, 19 一月 2024 08:15:39 +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