From dc2accf9c90ee7aa2a3f5b3132b6c8407330604e Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 19 一月 2024 15:52:18 +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