修改功能,现已测试注册登录忘记密码
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@
|
||||
});
|
||||
|
||||
function loadNotice() {
|
||||
ApiClient.post("/api/web/notice/getDetail?id=" + noticeId).then(
|
||||
ApiClient.get(ApiClient.API.noticeDetail(noticeId)).then(
|
||||
function (res) {
|
||||
if (res.code === 0 && res.data) {
|
||||
renderNotice(res.data);
|
||||
|
||||
Reference in New Issue
Block a user