From cd38c5aabf501bbde87b96ba83642d5d36a09596 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Tue, 18 May 2021 15:45:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pickerAddress/data.js | 5 ++++- conf/config.js | 4 ++-- pages/index/index.vue | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/components/pickerAddress/data.js b/components/pickerAddress/data.js index 638e083..f94bc72 100644 --- a/components/pickerAddress/data.js +++ b/components/pickerAddress/data.js @@ -288,7 +288,10 @@ export default [ }, { "countyCode": "130203", "countyName": "路北区" - }, { + },{ + "countyCode": "130273", + "countyName": "唐山高新技术产业开发区" + },{ "countyCode": "130281", "countyName": "遵化市" }, { diff --git a/conf/config.js b/conf/config.js index 49c1003..1f35534 100644 --- a/conf/config.js +++ b/conf/config.js @@ -12,10 +12,10 @@ // 服务器域名 公众号时,配置为 / 就可以 const baseUrl = '/'; // #endif -const commonBaseUrl = 'http://www.tedo.vip/'; +const commonBaseUrl = 'https://hc.demo.winqi.cn/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'http://www.tedo.vip/'; +const baseUrl = 'https://hc.demo.winqi.cn/'; // #endif //默认的小区ID和名称,用户还没有登录时显示的小区信息 diff --git a/pages/index/index.vue b/pages/index/index.vue index 2d00b53..20e54a2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -234,7 +234,7 @@ let _objData = { page: 1, row: 5, - communityId: this.communityId + locationTypeCd:'2000' }; //查询 广告 loadAdverts(_objData)