发布v1.9版本

This commit is contained in:
wuxw 2025-07-27 22:16:10 +08:00
parent fa3eee1a81
commit adebb45ee5
4 changed files with 12 additions and 13 deletions

View File

@ -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;

View File

@ -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

View File

@ -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'; //添加投诉建议

View File

@ -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": "我的",