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.
- package/bundles/bbj-screen-widget.umd.js +2 -1
- package/bundles/bbj-screen-widget.umd.js.map +1 -1
- package/bundles/bbj-screen-widget.umd.min.js +1 -1
- package/bundles/bbj-screen-widget.umd.min.js.map +1 -1
- package/esm2015/lib/custom-baidu-map/baidu-lushu/baidu-lushu.component.js +2 -2
- package/fesm2015/bbj-screen-widget.js +1 -1
- package/fesm2015/bbj-screen-widget.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/js/BMapGL/Lushu.js +5 -2
- package/src/assets/js/BMapGL/Lushu.min.js +2 -1
|
@@ -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
|
}
|