@smt-ui/component
Advanced tools
Comparing version 1.1.84 to 1.1.85
{ | ||
"name": "@smt-ui/component", | ||
"version": "1.1.84", | ||
"version": "1.1.85", | ||
"description": "extension base", | ||
@@ -48,3 +48,3 @@ "author": "jialipeng <jialipeng@baidu.com>", | ||
}, | ||
"gitHead": "00c6c3a77503f8c80511b4bfd444d9364a8a10bf" | ||
"gitHead": "85927245ae18f3498318fc8706edf859bd1a0023" | ||
} |
@@ -75,3 +75,3 @@ /** | ||
// 当前页面为二级页面,版本号大于2.28.0 | ||
if (compareVersion(info.swanNativeVersion, '2.28.0') >= 0 && curPages > 1) { | ||
if (info && compareVersion(info.swanNativeVersion, '2.28.0') >= 0 && curPages > 1) { | ||
// 走非兼容性逻辑 | ||
@@ -84,2 +84,5 @@ this.setData({ | ||
} | ||
else { | ||
this.initIcons(); | ||
} | ||
} | ||
@@ -86,0 +89,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
{"name":"component","label":"通用","type":"component","configPath":"./smart-design-config.json","version":"1.1.83"} | ||
{"name":"component","label":"通用","type":"component","configPath":"./smart-design-config.json","version":"1.1.84"} |
Sorry, the diff of this file is too big to display
1669226
14985