groupCertify.html 926 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>
  6. 团体用户认证
  7. </title>
  8. <script>
  9. // window.userData = {
  10. // mobile: "13600000000",
  11. // nickname: "Lina",
  12. // number: "80000",
  13. // type: "0",
  14. // email: "test@aft.com",
  15. // createTime: "123456789000",
  16. // lvl: "0"
  17. // }
  18. // window.globalConfig = {
  19. // context: "//aft.hnzhiming.com:8080/aft",
  20. // staticHost: "//aft.hnzhiming.com",
  21. // uploadPath: "/data/wwwroot/aft/upload",
  22. // uploadPrivatePath: "/data/upload"
  23. // }
  24. </script>
  25. <link href="../user/groupCertify.css" rel="stylesheet"></head>
  26. <body>
  27. <div id="root"></div>
  28. <script type="text/javascript" src="../vendors.js"></script><script type="text/javascript" src="../user/groupCertify.js"></script></body>
  29. </html>