diff --git a/h5/hyapp/host-center/index.html b/h5/hyapp/host-center/index.html index 23c3a9a..4e1e0c5 100644 --- a/h5/hyapp/host-center/index.html +++ b/h5/hyapp/host-center/index.html @@ -4,7 +4,7 @@ Stream Center - +
@@ -104,6 +104,6 @@
- + diff --git a/h5/hyapp/host-center/policy.html b/h5/hyapp/host-center/policy.html index 6ed1224..c275721 100644 --- a/h5/hyapp/host-center/policy.html +++ b/h5/hyapp/host-center/policy.html @@ -4,7 +4,7 @@ Anchor Policy - +
@@ -50,6 +50,6 @@
- + diff --git a/h5/hyapp/host-center/policy.js b/h5/hyapp/host-center/policy.js index 72a2f17..2761322 100644 --- a/h5/hyapp/host-center/policy.js +++ b/h5/hyapp/host-center/policy.js @@ -328,6 +328,7 @@ return; } + status.textContent = ""; status.hidden = true; list.hidden = false; list.replaceChildren(...rows.map((item) => createPolicyRow(item, policy?.policyType))); diff --git a/h5/hyapp/host-center/style.css b/h5/hyapp/host-center/style.css index 5e973ac..80814ad 100644 --- a/h5/hyapp/host-center/style.css +++ b/h5/hyapp/host-center/style.css @@ -636,6 +636,11 @@ a { gap: 10px; } +.policy-status[hidden], +.policy-list[hidden] { + display: none; +} + .policy-row { display: grid; gap: 10px; diff --git a/h5/hyapp/join-agency/index.html b/h5/hyapp/join-agency/index.html index 98c11de..83ee471 100644 --- a/h5/hyapp/join-agency/index.html +++ b/h5/hyapp/join-agency/index.html @@ -4,8 +4,8 @@ Join Agency - - + +
@@ -85,6 +85,6 @@
- + diff --git a/h5/hyapp/withdraw-exchange/index.html b/h5/hyapp/withdraw-exchange/index.html index 99aaa65..0ace985 100644 --- a/h5/hyapp/withdraw-exchange/index.html +++ b/h5/hyapp/withdraw-exchange/index.html @@ -4,7 +4,7 @@ Withdraw/Exchange - +
@@ -147,6 +147,6 @@
- +