mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 13:26:40 +08:00
发布v1.9版本
This commit is contained in:
parent
fa3eee1a81
commit
adebb45ee5
@ -400,11 +400,13 @@ export function authOwner(_data) {
|
||||
data: _data,
|
||||
success: function(res) {
|
||||
let _json = res.data;
|
||||
setTimeout(function(){
|
||||
uni.showToast({
|
||||
title: _json.msg,
|
||||
icon: 'none',
|
||||
duration: 5000
|
||||
});
|
||||
},1000)
|
||||
if (_json.code != 0) {
|
||||
reject(_json.msg);
|
||||
return;
|
||||
|
||||
@ -15,20 +15,20 @@ const baseUrl = '/';
|
||||
|
||||
// #ifndef H5
|
||||
//服务器域名 小程序 或者 app 时 后端地址
|
||||
const baseUrl = 'https://crsdt.cn/';
|
||||
const baseUrl = 'http://demo.homecommunity.cn/';
|
||||
// #endif
|
||||
|
||||
let commonBaseUrl = 'https://crsdt.cn/';
|
||||
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
||||
|
||||
//商城的url
|
||||
let mallUrl = 'http://mallapp.crsdt.cn/';
|
||||
let mallUrl = 'http://mallapp.homecommunity.cn/';
|
||||
|
||||
//商城小程序ID
|
||||
let mallMinAppId = "xx";
|
||||
|
||||
//默认的小区ID和名称,用户还没有登录时显示的小区信息
|
||||
|
||||
let DEFAULT_COMMUNITY_ID = "2024121997074180"; //HC测试小区id 用于没有登录时展示相关信息
|
||||
let DEFAULT_COMMUNITY_ID = "2025071810280004"; //HC测试小区id 用于没有登录时展示相关信息
|
||||
let DEFAULT_COMMUNITY_NAME = "演示小区";
|
||||
|
||||
// APP 或者 公众号 appId
|
||||
|
||||
@ -22,7 +22,7 @@ const listOwnerRepairs = baseUrl + 'app/ownerRepair.listOwnerRepairs'; //查询
|
||||
|
||||
const saveOwner = baseUrl + 'app/owner.saveOwnerMember'; //家庭成员列表
|
||||
|
||||
const queryOwnerMembers = baseUrl + 'app/owner.queryOwnerMembers'; //投诉建议列表
|
||||
const queryOwnerMembers = baseUrl + 'app/owner.queryAppOwnerMembers'; //投诉建议列表
|
||||
|
||||
const listComplaints = baseUrl + 'app/complaint.listComplaints'; //添加投诉建议
|
||||
|
||||
|
||||
@ -1117,15 +1117,12 @@
|
||||
"iconPath": "static/images/rent.png",
|
||||
"selectedIconPath": "static/images/rent-selected.png"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"pagePath": "pages/mall/mall",
|
||||
"text": "商圈",
|
||||
"iconPath": "static/images/market.png",
|
||||
"selectedIconPath": "static/images/market-selected.png"
|
||||
},
|
||||
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"text": "我的",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user