|
@@ -96,14 +96,14 @@
|
|
|
// todo 点击快捷方式 打开app引导页 样式
|
|
|
container.style.display = 'none';
|
|
|
entryContainer.style.display = 'block';
|
|
|
- appImg.src= icon;
|
|
|
- appText.innerText = name || '';
|
|
|
+ entryAppImg.src= icon;
|
|
|
+ entryAppText.innerText = name || '';
|
|
|
} else {
|
|
|
// todo 添加快捷方式引导页 样式
|
|
|
container.style.display = 'block';
|
|
|
entryContainer.style.display = 'none';
|
|
|
- entryAppImg.src= icon;
|
|
|
- entryAppText.innerText = name || '';
|
|
|
+ appImg.src= icon;
|
|
|
+ appText.innerText = name || '';
|
|
|
}
|
|
|
|
|
|
|