cxhxy/app/user/view/setting/tpl/wechat.html
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

8 lines
313 B
HTML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script id="tpl-wechat-bind" type="text/template">
<div class="am-padding-xs am-padding-top-sm">
<div class="qr-login">
<img src="/temp/hemaphp_login_qrcode.png?time={$time}" />
<div class="text">扫一扫关注公众号登录</div>
</div>
</div>
</script>