|
@@ -16931,7 +16931,7 @@ function o(a, s, l) {
|
|
|
|
|
|
|
|
t.prototype.loadhots = function() {
|
|
t.prototype.loadhots = function() {
|
|
|
initHot(this)
|
|
initHot(this)
|
|
|
-
|
|
|
|
|
|
|
+ this.roomLabels = []
|
|
|
|
|
|
|
|
var r = $.Deferred()
|
|
var r = $.Deferred()
|
|
|
, e = g_Prefix + "data/" + this.sid + "/data2.js?" + randomTime().getTime();
|
|
, e = g_Prefix + "data/" + this.sid + "/data2.js?" + randomTime().getTime();
|
|
@@ -16940,7 +16940,7 @@ function o(a, s, l) {
|
|
|
auth: this.isPublic ? null : u.authorizationHeader
|
|
auth: this.isPublic ? null : u.authorizationHeader
|
|
|
}).done(function(e) {
|
|
}).done(function(e) {
|
|
|
window.data2 = e;
|
|
window.data2 = e;
|
|
|
- this.roomLabels = []
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
if(!e){
|
|
if(!e){
|
|
|
console.error("data2 is null")
|
|
console.error("data2 is null")
|
|
@@ -17002,7 +17002,8 @@ function o(a, s, l) {
|
|
|
}
|
|
}
|
|
|
.bind(this)).fail(function() {
|
|
.bind(this)).fail(function() {
|
|
|
console.log("没有热点"),
|
|
console.log("没有热点"),
|
|
|
- editTool.loadDone('data2', null)
|
|
|
|
|
|
|
+
|
|
|
|
|
+ editTool.loadDone('data2', {})
|
|
|
r.resolve()
|
|
r.resolve()
|
|
|
}),
|
|
}),
|
|
|
r
|
|
r
|