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.
58 lines
3.2 KiB
58 lines
3.2 KiB
<!DOCTYPE html> |
|
<html lang="zh-CN"> |
|
|
|
<head> |
|
<meta charset="UTF-8" /> |
|
<script> |
|
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || |
|
CSS.supports('top: constant(a)')) |
|
document.write( |
|
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + |
|
(coverSupport ? ', viewport-fit=cover' : '') + '" />') |
|
</script> |
|
<title>View</title> |
|
<style> |
|
* { |
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
|
-webkit-tap-highlight-color: transparent; |
|
} |
|
|
|
input[type="search"i]::-webkit-search-cancel-button { |
|
display: none; |
|
} |
|
</style> |
|
<script> |
|
var __wxConfig = {"debug":false,"appname":"优客菜单","entryPagePath":"pages/confirm-code/confirm-code.html","page":{"pages/confirm-code/confirm-code.html":{"window":{"usingComponents":{"tki-qrcode":"/node-modules/tki-qrcode/components/tki-qrcode/tki-qrcode"}}},"pages/store-commodity/store-commodity.html":{"window":{"usingComponents":{"tki-qrcode":"/node-modules/tki-qrcode/components/tki-qrcode/tki-qrcode"}}},"pages/menu/menu.html":{"window":{"usingComponents":{"tki-qrcode":"/node-modules/tki-qrcode/components/tki-qrcode/tki-qrcode"}}}},"global":{"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8","navigationStyle":"custom"}},"tabBar":{"color":"","selectedColor":"","backgroundColor":"","borderStyle":"black","list":[],"position":"bottom"},"networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"platform":"devtools","pages":["pages/confirm-code/confirm-code","pages/store-commodity/store-commodity","pages/menu/menu"],"nvueCompiler":"weex","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"compilerVersion":"2.2.2","usingComponents":{}} |
|
</script> |
|
<script> |
|
var __id__ = ''; |
|
window.__dispatchGenerateFunc__ = function(page) { |
|
__id__ = page; |
|
document.title = page; |
|
// window.history.pushState('', '', page); |
|
var wxss = page.replace('.html', '.wxss') |
|
if ( |
|
typeof __wxAppCode__ !== 'undefined' && |
|
__wxAppCode__.hasOwnProperty(wxss) |
|
) { |
|
var setCssToHead = __wxAppCode__[wxss] |
|
typeof setCssToHead === 'function' && setCssToHead() |
|
document.dispatchEvent(new CustomEvent("generateFuncReady", { |
|
detail: { |
|
generateFunc: $gwx(page.replace('.html', '.wxml')) |
|
} |
|
})); |
|
} else { |
|
plus.webview.currentWebview().setJsFile('_www/' + page.replace('.html', '.js')); |
|
} |
|
}; |
|
</script> |
|
<script src="__uniappes6.js"></script> |
|
<script src="uniapp://ready"></script> |
|
</head> |
|
|
|
<body> |
|
<div></div> |
|
</body> |
|
|
|
</html>
|
|
|