From 74fd2b3a51bfb4483b2148f30308b997a3d4ebe6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com>
Date: Sat, 9 Oct 2021 17:30:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 components/lf-payPassword/lf-payPassword.vue |  3 +++
 pages/business/center/center.vue             |  6 +++---
 pages/business/order/list.vue                |  2 +-
 pages/index/activity/hot.vue                 |  2 +-
 pages/index/category/category.vue            |  2 +-
 pages/index/openScreenAd/openScreenAd.vue    | 11 +++++++----
 pages/order/cashier/cashier.vue              |  9 +++++++--
 pages/order/confirm/confirm.vue              |  1 +
 pages/order/newdetail/newdetail.vue          |  8 +++++++-
 pages/order/pointconfirm/confirm.vue         |  1 +
 10 files changed, 32 insertions(+), 13 deletions(-)
diff --git a/components/lf-payPassword/lf-payPassword.vue b/components/lf-payPassword/lf-payPassword.vue
index 6d6ad24..bb98b97 100644
--- a/components/lf-payPassword/lf-payPassword.vue
+++ b/components/lf-payPassword/lf-payPassword.vue
@@ -62,6 +62,9 @@
 			},
 			inputVal(event){
 				this.code = event;
+				if(this.code.length >= 6){
+					this.comfirm();
+				}
 			},
 			comfirm(){
 				if(this.code.length < 6){
diff --git a/pages/business/center/center.vue b/pages/business/center/center.vue
index 15baf09..a7382a6 100644
--- a/pages/business/center/center.vue
+++ b/pages/business/center/center.vue
@@ -7,7 +7,7 @@
 				
 				
 					
-						
+						
 						{{ detail.brand.name }}
 					
 					
@@ -102,11 +102,11 @@
 				
 				
 					
-						
+						
 						新增活动
 					
 					
-						
+						
 						活动列表
 					
 				
diff --git a/pages/business/order/list.vue b/pages/business/order/list.vue
index 9bba3be..3f2f1af 100644
--- a/pages/business/order/list.vue
+++ b/pages/business/order/list.vue
@@ -189,7 +189,7 @@
 					let method_id = this.columns[this.select_index].id;
 					let express_no = this.expressNum;
 					let order_no = this.click_order_no;
-					this.$http.get({
+					this.$http.post({
 						api: 'api/supplier/order/send',
 						data: {
 							distribution_id: 0,
diff --git a/pages/index/activity/hot.vue b/pages/index/activity/hot.vue
index 32afc24..163d768 100644
--- a/pages/index/activity/hot.vue
+++ b/pages/index/activity/hot.vue
@@ -11,7 +11,7 @@
 					
 						
 							
-								
+								
 							
 							
 								{{item.name}}
diff --git a/pages/index/category/category.vue b/pages/index/category/category.vue
index f302a68..88da584 100644
--- a/pages/index/category/category.vue
+++ b/pages/index/category/category.vue
@@ -366,7 +366,7 @@