地图优化
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
console.log(location.href)
|
||||
if (options.imUserSign) {
|
||||
uni.showLoading({
|
||||
title: "加载中...",
|
||||
title: "数据加载中...",
|
||||
mask: true
|
||||
});
|
||||
/*
|
||||
@@ -84,11 +84,14 @@
|
||||
if (uni.getStorageSync("initReady") == 1) {
|
||||
console.log("==========进入首页 initReady为1,开始跳转")
|
||||
clearInterval(timer)
|
||||
uni.hideLoading();
|
||||
uni.navigateTo({
|
||||
url: '../chatWindow/index?userId=' + options.tuid + '&windowType=' + options
|
||||
.windowType
|
||||
});
|
||||
setTimeout(() => {
|
||||
uni.hideLoading();
|
||||
uni.navigateTo({
|
||||
url: '../chatWindow/index?userId=' + options.tuid +
|
||||
'&windowType=' + options
|
||||
.windowType
|
||||
});
|
||||
}, 3000)
|
||||
}
|
||||
}, 500)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user