27 lines
762 B
HTML
27 lines
762 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
|
<script>
|
|
var __webviewId__;
|
|
var TMAConfig = {};
|
|
window.logger = console;
|
|
</script>
|
|
<link rel="stylesheet" type="text/css" href="webview.css?from=ttjssdk"/>
|
|
<script src="webview.js?from=ttjssdk"></script>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
<script>
|
|
setTimeout(function () {
|
|
if (typeof ttJSCore === 'object' && typeof ttJSCore.onDocumentReady === 'function') {
|
|
ttJSCore.onDocumentReady('page-frame.html');
|
|
} else {
|
|
webkit.messageHandlers.onDocumentReady.postMessage('page-frame.html');
|
|
}
|
|
}, 0);
|
|
</script>
|
|
</html>
|