diff --git a/components/lf-adModal/lf-adModal.vue b/components/lf-adModal/lf-adModal.vue index 493034d..cbf1319 100644 --- a/components/lf-adModal/lf-adModal.vue +++ b/components/lf-adModal/lf-adModal.vue @@ -58,6 +58,7 @@ left: 0; top: 0; z-index: 99; + background-color: rgba(0,0,0,0.5); .box{ width: 600rpx; height: max-content; @@ -67,6 +68,7 @@ .img{ width: 100%; height: 100%; + border-radius: 5rpx; } } .close{ 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/components/lf-shopGoodsCard/lf-shopGoodsCard.vue b/components/lf-shopGoodsCard/lf-shopGoodsCard.vue index 79c1e90..5babe04 100644 --- a/components/lf-shopGoodsCard/lf-shopGoodsCard.vue +++ b/components/lf-shopGoodsCard/lf-shopGoodsCard.vue @@ -14,12 +14,12 @@ ¥{{ item.associate.sell_price }} - + diff --git a/pages/aboutpay/confirmcash.vue b/pages/aboutpay/confirmcash.vue index 3e36dbc..2f93d5c 100644 --- a/pages/aboutpay/confirmcash.vue +++ b/pages/aboutpay/confirmcash.vue @@ -20,7 +20,7 @@ --> - + 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/login/login.vue b/pages/business/login/login.vue index c3a86da..779c858 100644 --- a/pages/business/login/login.vue +++ b/pages/business/login/login.vue @@ -3,7 +3,8 @@ - + + 欢迎来到金诚优选! @@ -36,11 +37,15 @@ data(){ return { phone: '', - password: '' + password: '', + avatar: '' } }, onLoad(){ - + let userInfo = this.$cookieStorage.get('user_info'); + if(this.$isRight(userInfo)){ + this.avatar = userInfo.avatar; + } }, methods: { next(){ diff --git a/pages/business/order/list.vue b/pages/business/order/list.vue index 03f456c..04b5605 100644 --- a/pages/business/order/list.vue +++ b/pages/business/order/list.vue @@ -22,7 +22,7 @@ {{ item.count }}件;{{ item.items[0].item_meta.specs_text }} - ¥{{ item.items[0].unit_price }} + ¥{{ item.payment.amount_yuan || item.total }} @@ -190,7 +190,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/business/payment/wait.vue b/pages/business/payment/wait.vue index 2d99e48..d2691a7 100644 --- a/pages/business/payment/wait.vue +++ b/pages/business/payment/wait.vue @@ -3,11 +3,18 @@ + + +