From 68dc9602328b3a0ddae8374d3116bfb63f110d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Fri, 23 Sep 2022 15:05:19 +0800 Subject: [PATCH] =?UTF-8?q?style:=20:lipstick:=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=95=86=E5=93=81=E8=B4=AD=E4=B9=B0=E6=97=B6=E5=95=86=E5=93=81?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/m-buy/goods.vue | 13 +++++++++---- pages/mine/address/add.vue | 4 +--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/components/m-buy/goods.vue b/components/m-buy/goods.vue index 46f1678..a6cef91 100644 --- a/components/m-buy/goods.vue +++ b/components/m-buy/goods.vue @@ -99,10 +99,10 @@ - + 数量 - + @@ -183,7 +183,6 @@ num(val){ if(val){ if(val > this.goodsDetail.quantity){ - console.log(val) this.val = this.goodsDetail.quantity } } @@ -423,7 +422,13 @@ .goods-skus-number { justify-content: space-between; display: flex; - text-align: right + + >.view-class-title{ + flex: 8; + } + >.view-class-input{ + flex:1 + } } /deep/ .uni-scroll-view { diff --git a/pages/mine/address/add.vue b/pages/mine/address/add.vue index 33723f9..6bc4923 100644 --- a/pages/mine/address/add.vue +++ b/pages/mine/address/add.vue @@ -162,9 +162,7 @@ export default { delete this.form.updateTime; editAddress(this.form).then((res) => { if (res.data.success) { - uni.navigateTo({ - url: `/${beforePage.route}`, - }); + uni.navigateBack(); } }); }