From bf4be3d0f52094c92d6f33a75fd77048de3669d1 Mon Sep 17 00:00:00 2001 From: wangkesi Date: Mon, 29 Oct 2018 19:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/view/home.vue b/src/view/home.vue index 89e74cb..6ec63c3 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -328,23 +328,23 @@ export default { data.userAddress.type != 1 && data.userAddress.type != -1 ) { - this.addressValue = [ - this.provinceId + - "&" + - data.userAddress.provinceName, - this.cityId + - "&" + - data.userAddress.cityName, - this.districtId + - "&" + - data.userAddress.districtName + - "&" + - data.userAddress.merchantNo - ]; - localStorage.setItem( - "cityName", - this.addressValue.slice() - ); + // this.addressValue = [ + // this.provinceId + + // "&" + + // data.userAddress.provinceName, + // this.cityId + + // "&" + + // data.userAddress.cityName, + // this.districtId + + // "&" + + // data.userAddress.districtName + + // "&" + + // data.userAddress.merchantNo + // ]; + // localStorage.setItem( + // "cityName", + // this.addressValue.slice() + // ); } // console.log(data.userAddress) if (data.userAddress.type == 1) {