12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <!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"]::-webkit-search-cancel-button {
- display: none;
- }
- </style>
- <script>
- var __wxConfig = {"debug":false,"appname":"申泽智能物联","entryPagePath":"pages/Login/Login.html","page":{"pages/Login/Login.html":{"window":{"navigationStyle":"custom","disableScroll":true,"usingComponents":{}}},"pages/Login/loginWeixin.html":{"window":{"navigationStyle":"custom","usingComponents":{}}},"pages/Charts/mainStatistics.html":{"window":{"navigationBarTitleText":"统计图表","usingComponents":{}}},"pages/User/merchantList.html":{"window":{"navigationBarTitleText":"机器销售","enablePullDownRefresh":true,"usingComponents":{"uni-collapse":"/components/uni-collapse/uni-collapse","uni-collapse-item":"/components/uni-collapse-item/uni-collapse-item","uni-list":"/components/uni-list/uni-list","uni-list-item":"/components/uni-list-item/uni-list-item","mix-tree":"/components/mix-tree/mix-tree"}}},"pages/User/equipmentSratisticsList.html":{"window":{"navigationBarTitleText":"机器排行","enablePullDownRefresh":true,"usingComponents":{"uni-collapse":"/components/uni-collapse/uni-collapse","uni-collapse-item":"/components/uni-collapse-item/uni-collapse-item","uni-list":"/components/uni-list/uni-list","uni-list-item":"/components/uni-list-item/uni-list-item"}}},"pages/User/equipmentStatusList.html":{"window":{"navigationBarTitleText":"机器状态","enablePullDownRefresh":true,"usingComponents":{"uni-collapse":"/components/uni-collapse/uni-collapse","uni-collapse-item":"/components/uni-collapse-item/uni-collapse-item","uni-list":"/components/uni-list/uni-list","uni-list-item":"/components/uni-list-item/uni-list-item"}}},"pages/User/user.html":{"window":{"navigationBarTitleText":"我的","usingComponents":{"uni-list":"/components/uni-list/uni-list","uni-list-item":"/components/uni-list-item/uni-list-item"}}},"pages/User/promoCode.html":{"window":{"navigationBarTitleText":"优惠码","usingComponents":{"uni-list":"/components/uni-list/uni-list","uni-list-item":"/components/uni-list-item/uni-list-item","t-table":"/components/t-table/t-table","t-th":"/components/t-table/t-th","t-tr":"/components/t-table/t-tr","t-td":"/components/t-table/t-td","xfl-select":"/components/xfl-select/xfl-select"}}},"pages/User/buyPromo.html":{"window":{"navigationBarTitleText":"购买优惠码","usingComponents":{}}},"pages/User/equipmentName.html":{"window":{"navigationBarTitleText":"修改设备名称","usingComponents":{}}},"pages/Charts/elseStatistics.html":{"window":{"navigationBarTitleText":"统计图表","usingComponents":{"main-statistics":"/pages/Charts/mainStatistics"}}},"pages/Charts/equipmentStatistics.html":{"window":{"navigationBarTitleText":"销售排行","usingComponents":{}}},"pages/WeixinSwicth/WeixinSwicth.html":{"window":{"navigationBarTitleText":"微信绑定","menuSrc":"static/img/leftTriangle.png","enablePullDownRefresh":true,"usingComponents":{}}}},"global":{"window":{"navigationBarTextStyle":"white","navigationBarTitleText":"","navigationBarBackgroundColor":"#206DC3","backgroundColor":"#F8F8F8","animationType":"slide-in-right","animationDuration":200}},"tabBar":{"color":"#7A7E83","selectedColor":"#007AFF","backgroundColor":"#F8F8F8","borderStyle":"black","list":[{"pagePath":"pages/Charts/mainStatistics.html","iconPath":"static/img/home.png","selectedIconPath":"static/img/homeHL.png","text":"首页"},{"pagePath":"pages/User/merchantList.html","iconPath":"static/img/merchantList.png","selectedIconPath":"static/img/merchantListHL.png","text":"机器销售"},{"pagePath":"pages/Charts/equipmentStatistics.html","iconPath":"static/img/equipmentSratisticsList.png","selectedIconPath":"static/img/equipmentSratisticsListHL.png","text":"机器排行"},{"pagePath":"pages/User/equipmentStatusList.html","iconPath":"static/img/equipment.png","selectedIconPath":"static/img/equipmentHL.png","text":"机器状态"},{"pagePath":"pages/User/user.html","iconPath":"static/img/user.png","selectedIconPath":"static/img/userHL.png","text":"我的"}],"position":"bottom"},"networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"platform":"devtools","pages":["pages/Login/Login","pages/Login/loginWeixin","pages/Charts/mainStatistics","pages/User/merchantList","pages/User/equipmentSratisticsList","pages/User/equipmentStatusList","pages/User/user","pages/User/promoCode","pages/User/buyPromo","pages/User/equipmentName","pages/Charts/elseStatistics","pages/Charts/equipmentStatistics","pages/WeixinSwicth/WeixinSwicth"],"nvueCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"compilerVersion":"2.4.2","usingComponents":{"main-statistics":"/pages/Charts/mainStatistics"}}
- </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>
|