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/checkout.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/basics/checkout.vue b/pages/basics/checkout.vue index 32ecde1..d78860f 100644 --- a/pages/basics/checkout.vue +++ b/pages/basics/checkout.vue @@ -109,11 +109,12 @@ }, methods: { huanghang() { - this.focus = false; - this.$nextTick(function() { - this.focus = true; - }); - this.matnr = '' + this.matnr = '' + this.focus = false; + this.$nextTick(function() { + this.focus = true; + }); + }, messageToggle(type) { this.msgType = type @@ -130,6 +131,7 @@ this.matList = [] this.barcode = '' this.matnr = '' + this.matCount = '' uni.vibrateShort(); }, removeBarcode() { -- Gitblit v1.9.1