优化代码

This commit is contained in:
java110 2021-05-18 15:45:36 +08:00
parent 248759272c
commit cd38c5aabf
3 changed files with 7 additions and 4 deletions

View File

@ -288,7 +288,10 @@ export default [
}, { }, {
"countyCode": "130203", "countyCode": "130203",
"countyName": "路北区" "countyName": "路北区"
}, { },{
"countyCode": "130273",
"countyName": "唐山高新技术产业开发区"
},{
"countyCode": "130281", "countyCode": "130281",
"countyName": "遵化市" "countyName": "遵化市"
}, { }, {

View File

@ -12,10 +12,10 @@
// 服务器域名 公众号时,配置为 / 就可以 // 服务器域名 公众号时,配置为 / 就可以
const baseUrl = '/'; const baseUrl = '/';
// #endif // #endif
const commonBaseUrl = 'http://www.tedo.vip/'; const commonBaseUrl = 'https://hc.demo.winqi.cn/';
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
const baseUrl = 'http://www.tedo.vip/'; const baseUrl = 'https://hc.demo.winqi.cn/';
// #endif // #endif
//默认的小区ID和名称用户还没有登录时显示的小区信息 //默认的小区ID和名称用户还没有登录时显示的小区信息

View File

@ -234,7 +234,7 @@
let _objData = { let _objData = {
page: 1, page: 1,
row: 5, row: 5,
communityId: this.communityId locationTypeCd:'2000'
}; };
// 广 // 广
loadAdverts(_objData) loadAdverts(_objData)