Authored by 李奇

fixed: yoho.goChannel非app提示隐藏

@@ -296,7 +296,7 @@ const yoho = { @@ -296,7 +296,7 @@ const yoho = {
296 arguments: args 296 arguments: args
297 }); 297 });
298 } else { 298 } else {
299 - tip(tipInfo); 299 + // tip(tipInfo);
300 } 300 }
301 }, 301 },
302 302
@@ -36,11 +36,8 @@ @@ -36,11 +36,8 @@
36 } 36 }
37 37
38 .count { 38 .count {
39 - margin-left: -36px;  
40 - min-width: 76px;  
41 display: inline-block; 39 display: inline-block;
42 - text-align: center;  
43 - margin-right: -24px; 40 + vertical-align: text-bottom;
44 } 41 }
45 } 42 }
46 } 43 }