Explorar o código

最新通告跳转通告列表失败bug修复

xiaohaizhao hai 1 ano
pai
achega
d1d3528f68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/tabbar/home/index.js

+ 1 - 1
pages/tabbar/home/index.js

@@ -153,7 +153,7 @@ Page({
         this.applications({
             currentTarget: {
                 dataset: {
-                    item: this.data.gridList.find(v => v.name == '通告')
+                    item: this.data.gridList.find(v => v.label == '通告')
                 }
             }
         })