zhaoxiaohai hace 3 años
padre
commit
e8364727c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/tabbar/home/index.js

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

@@ -41,7 +41,7 @@ Page({
             item
             item
         } = e.currentTarget.dataset;
         } = e.currentTarget.dataset;
         wx.navigateTo({
         wx.navigateTo({
-            url: '/pages/annunciate/details?item=' + JSON.stringify(item),
+            url: '/pages/annunciate/details?id=' + item.sat_noticeid,
         })
         })
     },
     },
     /* 获取通告列表 */
     /* 获取通告列表 */