mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
248759272c
commit
cd38c5aabf
@ -288,6 +288,9 @@ export default [
|
|||||||
}, {
|
}, {
|
||||||
"countyCode": "130203",
|
"countyCode": "130203",
|
||||||
"countyName": "路北区"
|
"countyName": "路北区"
|
||||||
|
},{
|
||||||
|
"countyCode": "130273",
|
||||||
|
"countyName": "唐山高新技术产业开发区"
|
||||||
},{
|
},{
|
||||||
"countyCode": "130281",
|
"countyCode": "130281",
|
||||||
"countyName": "遵化市"
|
"countyName": "遵化市"
|
||||||
|
|||||||
@ -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和名称,用户还没有登录时显示的小区信息
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user