修改文字和图片

This commit is contained in:
cebgcontract 2022-10-27 15:43:59 +08:00
parent 809a307eff
commit a25a4da6ab
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
</div> </div>
</div> </div>
<div class="amb-i-11 origon hide" id="cp_container"> <div class="amb-i-11 origon hide" id="cp_container">
<span>Click right button copy the Commander link</span> <span><a href="javascript:void(0)" id="apply_href">Click to copy the link of Commander</a></span>
<a id="copyBtn"></a> <a id="copyBtn"></a>
</div> </div>
<div class="amb-i-11 gray" id="apply_btn"> <div class="amb-i-11 gray" id="apply_btn">
@ -78,7 +78,7 @@
} }
} }
$("#copyBtn").on('click', function() { $("#apply_href").on('click', function() {
var host = location.origin; var host = location.origin;
var path = location.pathname; var path = location.pathname;
var _text = `${host}${path}?cmdr=${window.chain.account}`; var _text = `${host}${path}?cmdr=${window.chain.account}`;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB