From 6ff974ca03d6a8b75c2193eae0e267eef1f22b12 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期三, 20 七月 2022 21:48:50 +0800
Subject: [PATCH] #

---
 pages/basics/order.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/pages/basics/order.vue b/pages/basics/order.vue
index 752f385..f917e0f 100644
--- a/pages/basics/order.vue
+++ b/pages/basics/order.vue
@@ -299,13 +299,10 @@
 						if (res.code === 200) {
 							uni.showToast({
 								title: res.msg,
-								position: 'bottom',
+								position: 'top',
 								duration: 1000
 							});
-							that.barcode = ''
-							that.orderNo = ''
-							that.order = ''
-							that.matList = []
+							that.resst()
 						} else if (res.code == 403) {
 							uni.showToast({title: res.msg, icon: "none", position: 'top'})
 							setTimeout(() => {

--
Gitblit v1.9.1