__uniappview.html 6.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <script>
  6. var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
  7. CSS.supports('top: constant(a)'))
  8. document.write(
  9. '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
  10. (coverSupport ? ', viewport-fit=cover' : '') + '" />')
  11. </script>
  12. <title>View</title>
  13. <style>
  14. * {
  15. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  16. -webkit-tap-highlight-color: transparent;
  17. }
  18. input[type="search"]::-webkit-search-cancel-button {
  19. display: none;
  20. }
  21. </style>
  22. <script>
  23. 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"}}
  24. </script>
  25. <script>
  26. var __id__ = '';
  27. window.__dispatchGenerateFunc__ = function(page) {
  28. __id__ = page;
  29. document.title = page;
  30. // window.history.pushState('', '', page);
  31. var wxss = page.replace('.html', '.wxss')
  32. if (
  33. typeof __wxAppCode__ !== 'undefined' &&
  34. __wxAppCode__.hasOwnProperty(wxss)
  35. ) {
  36. var setCssToHead = __wxAppCode__[wxss]
  37. typeof setCssToHead === 'function' && setCssToHead()
  38. document.dispatchEvent(new CustomEvent("generateFuncReady", {
  39. detail: {
  40. generateFunc: $gwx(page.replace('.html', '.wxml'))
  41. }
  42. }));
  43. } else {
  44. plus.webview.currentWebview().setJsFile('_www/' + page.replace('.html', '.js'));
  45. }
  46. };
  47. </script>
  48. <script src="__uniappes6.js"></script>
  49. <script src="uniapp://ready"></script>
  50. </head>
  51. <body>
  52. <div></div>
  53. </body>
  54. </html>