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