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.
 
 
 
 
 

19 lines
543 B

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>TabBar</title>
<script>
document.addEventListener('plusready', function() {
window.UniLaunchWebviewReady = function(isWebviewReady){
plus.webview.postMessageToUniNView({type: 'UniWebviewReady-' + plus.webview.currentWebview().id}, '__uniapp__service');
}
UniLaunchWebviewReady(true);
})
</script>
</head>
<body>
</body>
</html>