|
@@ -107,7 +107,7 @@ Page({
|
|
|
} = e.currentTarget.dataset;
|
|
|
let authList = this.data.annunciateAuthList;
|
|
|
wx.navigateTo({
|
|
|
- url: `/pages/annunciate/details?id=${item.sat_noticeid}&feedback=${authList.includes('反馈')}&auth=${authList}`,
|
|
|
+ url: `/pages/annunciate/details?id=${item.sat_noticeid}&auth=${authList}`,
|
|
|
})
|
|
|
},
|
|
|
/* 获取通告列表 */
|