This commit is contained in:
chenyan 2021-12-29 13:29:36 +08:00
parent 1feb59c034
commit b5d87215be
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ description: 在线 Base64 编码、解码。支持文字、图片。智能适
</div>
<script>
if (localStorage.alipayRedBaoNeedShow != '0') {
$('#alipay-red-bao-button').text('支付宝红包')
$('#alipay-red-bao-button').text('支付宝 扫码领红包')
$('#alipay-red-bao-button').show()
if (new Date().setHours(0,0,0,0) < localStorage.alipayRedBaoViewTime
&& localStorage.alipayRedBaoViewTime < new Date().setHours(23,59,59,0)) {

View File

@ -100,7 +100,7 @@ description: websocket 在线联调、测试工具。手动发送、接收 webso
<div class="uk-button-dropdown" style="float:right;" data-uk-dropdown="{pos:'top-right'}">
<button id="alipay-red-bao-button" class="uk-button"
onmouseover="viewAlipayRedBao()">支付宝红包</button>
onmouseover="viewAlipayRedBao()"></button>
<div class="uk-dropdown uk-dropdown-small" style="width:240px;">
<img src="//cdn.apihub.net/img/alipay-red-bao.jpeg" alt="alipay 红包码">
</div>