Ver Fonte

修复跨年问题

Changpeng Duan há 5 anos atrás
pai
commit
c63776c0b5
2 ficheiros alterados com 11 adições e 1 exclusões
  1. 10 0
      app/src/page/appoint.vue
  2. 1 1
      tv/需求修改和debug.md

+ 10 - 0
app/src/page/appoint.vue

@@ -115,6 +115,16 @@
             // this.alertInfo(document.body.clientWidth);
             // this.alertInfo( window.screen.height);
         },
+        watch: {
+            '$route': function (val) {
+                if (val.path == '/appoint') {
+                    this.getQueryNextWeek();
+                }
+            },
+            'active'() {
+                this.getList();
+            }
+        },
         methods: {
             getQueryNextWeek() {
                 let that = this;

+ 1 - 1
tv/需求修改和debug.md

@@ -162,7 +162,7 @@ TV版本增加当日排名内容√
 1.pk比较ck换算法,全体卡路里跟全体体重相除
 2.欢迎新同学闪屏问题
 3.管理端频繁操作上传wgt功能√  
-
+4.pad 传图能用拖动切图