From 715c994dbbe533ebc77e64cb5b89bb59bd8ae1fc Mon Sep 17 00:00:00 2001 From: lfs3 Date: Sat, 21 Sep 2019 11:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E6=88=B7=E7=BC=96=E5=8F=B7=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/home.vue b/src/view/home.vue index b375930..f9e0ec4 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -402,8 +402,8 @@ export default { let districtArr = arr[2].split("&"); this.districtId = districtArr[0]; this.defaultDistrict = districtArr[1]; - // this.merchantNo = cityNameArr[2]; - this.merchantNo = 2; + this.merchantNo = arr[2].split("&")[2]; + // this.merchantNo = 2; } if (!estateStr) { } else {