修改功能,现已测试注册登录忘记密码
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user