heyang пре 3 година
родитељ
комит
021a99011e

+ 2 - 2
microserviceUserH5/static/css/webOnServer.css

@@ -66,13 +66,13 @@ ul, li {
   margin: 1.8rem 0 0 0.84rem;
 }
 
-.app-img{
+.entry-app-img,.app-img{
   width: 2rem;
   height: 2rem;
   border-radius: 0.38rem;
 }
 
-.app-text{
+.entry-app-text,.app-text{
   width: 2rem;
   text-align: center;
   font-size: 0.32rem;

+ 4 - 4
microserviceUserH5/vcloud/shortcut/webOnServer.html

@@ -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 || '';
         }