You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
39 lines
1.3 KiB
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="lib/weui/weui.min.css">
|
|
<link rel="stylesheet" href="css/weui.ext.css">
|
|
<link rel="stylesheet" href="css/app.css">
|
|
</head>
|
|
<div class="page js_show">
|
|
<div style="background-color: #fff; height: 100%; min-height: 480px;">
|
|
<div class="weui-header" v-if="typeof api !== 'undefined'">
|
|
<div class="weui-header-left"> <a class="icon icon-109" style="color:#fff" href="javascript:" onclick="closeWindow()">关闭</a> </div>
|
|
<h1 class="weui-header-title"></h1>
|
|
<div class="weui-header-right"></div>
|
|
</div>
|
|
<div style="margin-top:46px;padding:40px;text-align:center">
|
|
<img src="400.svg" style="display:inline-block;max-width:80%">
|
|
<p class="weui-footer__text" style="padding:20px;color:#ccc;text-align:center">暂未开通相关服务</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script>
|
|
// 人人通原生返回键回调
|
|
var closeWindow = function (){
|
|
if(window.api){
|
|
window.api.execScript(
|
|
{
|
|
name: window.api.winName,
|
|
script: "api.closeWin()"
|
|
}
|
|
)
|
|
}
|
|
}
|
|
</script>
|
|
</html> |