bbj-screen-widget 2.4.71 → 2.4.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16662,6 +16662,7 @@
16662
16662
  this.clear();
16663
16663
  };
16664
16664
  BaiduLushuComponent.prototype.update = function () {
16665
+ var _this = this;
16665
16666
  var _a;
16666
16667
  this.clear();
16667
16668
  if (!((_a = this.data) === null || _a === void 0 ? void 0 : _a.length)) {
@@ -16673,7 +16674,7 @@
16673
16674
  landmarkPois.push({
16674
16675
  lng: Number(item.lng),
16675
16676
  lat: Number(item.lat),
16676
- html: item.landmark,
16677
+ html: item.landmark || _this.defaultContent,
16677
16678
  pauseTime: item.pauseTime ? Number(item.pauseTime) : 0,
16678
16679
  });
16679
16680
  }