调整登陆页默认密码
This commit is contained in:
parent
5a54d2fe16
commit
a430587307
@ -174,7 +174,7 @@
|
|||||||
item.dataset.code = code.code;
|
item.dataset.code = code.code;
|
||||||
item.innerHTML = `
|
item.innerHTML = `
|
||||||
<div onclick="loadCartForCode('${code.code}')">
|
<div onclick="loadCartForCode('${code.code}')">
|
||||||
<strong>${code.order_no || code.code}</strong>
|
<strong>${code.code}</strong>
|
||||||
<span>登录/上限:${code.login_count}/${code.login_limit} | 失效: ${new Date(code.expires_at).toLocaleString()}</span>
|
<span>登录/上限:${code.login_count}/${code.login_limit} | 失效: ${new Date(code.expires_at).toLocaleString()}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user