From 1a3a5cc65f10caed17011c98001fe7dc0c0063f2 Mon Sep 17 00:00:00 2001 From: youmengting <2080639302@qq.com> Date: Mon, 12 Jun 2023 17:36:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80=E9=87=8D=E7=8E=B0=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E6=B8=85=E7=A9=BA,=E8=B0=83=E6=95=B4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pick-regions/pick-regions.vue | 24 +- .../address/addNewAddress/addNewAddress.vue | 231 ++++++++++-------- .../classify/goodsDetail/goodsDetail.vue | 4 +- .../classify/order/wuliuPupup/wuliuPupup.vue | 3 +- uni.scss | 8 +- 5 files changed, 151 insertions(+), 119 deletions(-) diff --git a/components/pick-regions/pick-regions.vue b/components/pick-regions/pick-regions.vue index e742f73..ce52508 100644 --- a/components/pick-regions/pick-regions.vue +++ b/components/pick-regions/pick-regions.vue @@ -150,23 +150,25 @@ this.$emit('getRegion',address) }, handleDefaultRegion(region){ - // console.log(region) + console.log(region,"region") const isCode = !Array.isArray(region) this.isInitMultiArray = false; - let children = this.CHINA_REGIONS + let children = this.CHINA_REGIONS; + let num =0; for(let i=0;i<3;i++){ for(let j=0;j - +
- + 收货人: @@ -28,7 +28,8 @@ - + 所在地区: @@ -47,26 +48,29 @@ - - 详细地址: - - - - - - {{item.name}} - - - {{item.address}} - - - - - - - - + + @@ -77,7 +81,7 @@ 设为默认地址 - + @@ -91,7 +95,7 @@