Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -145,7 +145,7 @@ export default { |
145 | 145 | type: t |
146 | 146 | }; |
147 | 147 | uni.$u.http |
148 | - .get('/yt/noticeUser/page', { params: httpData, custom: { load: false } }) | |
148 | + .get('/yt/notice_user/page', { params: httpData, custom: { load: false } }) | |
149 | 149 | .then(res => { |
150 | 150 | uni.stopPullDownRefresh(); |
151 | 151 | this.mescroll.endByPage(res.items.length, res.total); |
... | ... | @@ -162,7 +162,7 @@ export default { |
162 | 162 | clickNotifyDetail(e, i) { |
163 | 163 | this.list[i].readStatus = 1; |
164 | 164 | uni.$u.http |
165 | - .get(`/yt/noticeUser/${e.sysNotice.id}`) | |
165 | + .get(`/yt/notice_user/${e.sysNotice.id}`) | |
166 | 166 | .then(res => {}) |
167 | 167 | .catch(e => {}); |
168 | 168 | uni.navigateTo({ | ... | ... |