@jx3box/jx3box-common-ui 8.2.10 → 8.2.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "8.2.10",
3
+ "version": "8.2.11",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -104,7 +104,7 @@ export default {
104
104
  data.img = honorConfig.img;
105
105
  data.img_ext = honorConfig.img_ext;
106
106
  data.isHave = true;
107
- data.isImgIndex = ranking.length > 0;
107
+ data.isImgIndex = ranking?.length > 0;
108
108
  sessionStorage.setItem(HONOR_IMG_KEY + this.uid, JSON.stringify(data));
109
109
  this.honor = data;
110
110
  },