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 @@