修改功能,现已测试注册登录忘记密码

This commit is contained in:
rain
2026-06-12 11:42:49 +08:00
parent 0bf2f573ed
commit cfc64c69e5
26 changed files with 2238 additions and 898 deletions
+2 -2
View File
@@ -185,7 +185,7 @@
function loadAgreementDetail() {
var $contentEl = $("#articleContent");
$contentEl.html('<p style="text-align:center;color:var(--text-muted);padding:40px 0;">加载中...</p>');
ApiClient.post("/api/web/agreement/getByType?type=2").then(function (res) {
ApiClient.get(ApiClient.API.agreement(2)).then(function (res) {
if (res.code === 0 && res.data) {
var article = res.data;
if (article.title) {
@@ -254,4 +254,4 @@
});
</script>
</body>
</html>
</html>