Changpeng Duan 5 лет назад
Родитель
Сommit
ee85394ebd
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      tv/README.md
  2. 2 2
      tv/src/views/Index.vue

+ 2 - 2
tv/README.md

@@ -110,8 +110,8 @@ https://segmentfault.com/a/1190000021281307
 ========================
 12/17
 
-1. 月、周卡路里总计火焰字体√
-31.TV本地字典,针对不同的EQSN给出本店的转发服务器ip地址(定一下字段名的接口)√
+1. 月、周卡路里总计火焰字体√ *没更新
+31.TV本地字典,针对不同的EQSN给出本店的转发服务器ip地址(定一下字段名的接口)√ *没更新
 getServeIpAddress
     parame{
         eqsn:'30:9C:23:0C:8B:1E'//每个电视的eqsn

+ 2 - 2
tv/src/views/Index.vue

@@ -86,7 +86,7 @@
                             // alert('clientWidth:' + document.documentElement.clientHeight);
                             // alert('devicePixelRatio:' + window.devicePixelRatio);
                             console.log('getDeviceInfo success: ' + JSON.stringify(e.uuid));
-                            that.getServeIpAddress(e.uuid);
+                            // that.getServeIpAddress(e.uuid);
                         },
                         fail: function (e) {
                             console.log('getDeviceInfo failed: ' + JSON.stringify(e));
@@ -100,7 +100,7 @@
                 } else {
                     console.log('mui is not ready');
                     // 调试时候关闭
-                    this.getServeIpAddress(localStorage.eqSn);
+                    // this.getServeIpAddress(localStorage.eqSn);
                     // plusReady();
                     document.addEventListener('plusready', plusReady, false);
                 }