no message

cyl/job_im
jscyl13849007907 2 weeks ago
parent b388643b49
commit 87a7f9daad

@ -597,8 +597,9 @@ export default {
console.log("this.selectedCity", cachedCity); console.log("this.selectedCity", cachedCity);
if (cachedCity && this.selectedCity != cachedCity) { if (cachedCity && this.selectedCity != cachedCity) {
this.selectedCity = cachedCity; this.selectedCity = cachedCity;
reso();
} }
// resolve
reso();
}); });
}, },
getLocation() { getLocation() {
@ -694,6 +695,19 @@ export default {
// tab // tab
if (agencyInfo && agencyInfo.fdbHomeTab !== undefined) { if (agencyInfo && agencyInfo.fdbHomeTab !== undefined) {
that.tabInfo.active = agencyInfo.fdbHomeTab == 1 ? 0 : 1; that.tabInfo.active = agencyInfo.fdbHomeTab == 1 ? 0 : 1;
// handleUpdateTab
that.isshowskit = false;
that.usetype = "share";
that.useshare = true;
that.query.list = [];
that.loading = true;
that.query.page = 1;
that.speed = -1;
if (that.tabInfo.list[that.tabInfo.active].classify == 2) {
that.query.ujc = 1;
} else {
that.query.ujc = 0;
}
} }
}, },
checkScroll() { checkScroll() {
@ -915,7 +929,8 @@ export default {
if (resData.recordCount == 0) { if (resData.recordCount == 0) {
that.loading = false; that.loading = false;
} else { } else {
that.loading = true; // loading = false
that.loading = false;
} }
console.log("$type $type $type $type ", $type); console.log("$type $type $type $type ", $type);
// that.speed = resData.recordCount; // that.speed = resData.recordCount;

Loading…
Cancel
Save