1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <!doctype html>
| <html class="no-js">
| <head>
| <meta charset="utf-8">
| <title>手机绑定</title>
| <!--(start) public flies-->
| [#include "/business/pages/include/static.html" /]
| </head>
|
| <body class="bind_account_popup">
| <div style="text-align:center;">
| <img src="${common_static}/static/ui/images/qrcode.jpg" alt="" style="width:200px; margin:0 auto;"/>
| </div>
| </body>
| </html>
|
|