-
Notifications
You must be signed in to change notification settings - Fork 0
mtxstt/fanli-web-vue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"> <meta name="format-detection" content="telephone=no" /> <meta name="apple-mobile-web-app-capable" content="yes"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>软件使用协议</title> <link rel="stylesheet" href="css/sta.css"> <link href="css/mui.min.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="js/mui.min.js"></script> <script type="text/javascript" src="js/common.js"></script> <script type="text/javascript" src="js/config.js"></script> </head> <body style="background:#fff;"> <div class="index_box" style="margin-top:60px"> <div class="nearby_top"> <h1>软件使用协议</h1> <a class="index_back mui-action-back"><img src="img/back.png" alt="" width="100%" height="100%"></a> </div> <div style="margin_20px;background:#fff;text-align: center;" id="content"> </div> </div> <script> getJson( 'api/license', null, function (ret) { mui('#content')[0].innerHTML = ret.data; }, null, false ) </script> </body> </html>
About
初学Vue
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published