优化登陆没有小区时,提示没有出来问题

This commit is contained in:
wuxw 2025-02-19 14:52:10 +08:00
parent 59117ccc83
commit 46b7f9c0fc
3 changed files with 6 additions and 5 deletions

View File

@ -60,8 +60,9 @@ export function getCommunity(reload, _condition) {
let data = res.data; let data = res.data;
if (data.total < 1) { if (data.total < 1) {
uni.showToast({ uni.showToast({
icon: none, icon: "none",
title: '当前员工还没有隶属小区,请先去后台添加' title: '当前员工还没有隶属小区,请先去后台添加',
duration:5000
}); });
return; return;
} }

View File

@ -17,12 +17,12 @@ let baseUrl = '/';
// 腾讯地图Key, h5使用 // 腾讯地图Key, h5使用
let QQMapKey = ''; let QQMapKey = '';
let commonBaseUrl= 'http://wuye.ebl100.com/'; let commonBaseUrl= 'https://www.shuimuwy.com/';
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
//let baseUrl = 'http://demo.homecommunity.cn/'; //let baseUrl = 'http://demo.homecommunity.cn/';
let baseUrl = 'http://wuye.ebl100.com/'; let baseUrl = 'https://www.shuimuwy.com/';
// #endif // #endif
//app支付时这里需要填写支付秘钥 //app支付时这里需要填写支付秘钥

View File

@ -59,7 +59,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxee2d6a78b91584c2", "appid" : "wx0a08dd8124d7f04f",
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false
}, },