workmobilewithaction.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  6. <meta http-equiv="Pragma" content="no-cache" />
  7. <meta http-equiv="Expires" content="0" />
  8. <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
  9. <link rel="stylesheet" type="text/css" href="css/v10/root.css" charset="UTF-8" />
  10. <link rel="stylesheet" type="text/css" href="css/v10/style.css" id="oo-css-skin" charset="UTF-8" />
  11. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  12. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  13. <link rel="icon" href="data:;">
  14. <meta content="width=device-width, initial-scale=1.0,user-scalable=0" name="viewport" />
  15. <meta content="yes" name="apple-mobile-web-app-capable" />
  16. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  17. <meta content="telephone=no" name="format-detection" />
  18. <title></title>
  19. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  20. </head>
  21. <body style="overflow: hidden; margin:0px;height: 100%;width: 100%;">
  22. <div
  23. style="-webkit-overflow-scrolling: touch; overflow: auto; position: absolute; bottom: 4em;top: 0px;left: 0px;width: 100%;">
  24. <div id="loaddingArea"
  25. style="overflow: hidden;width:0px; height:2px; background-color:#4e82bd; position: absolute; top: 0; z-index: 100">
  26. </div>
  27. <div id="appContent" class="appContent" style="overflow: hidden;"></div>
  28. </div>
  29. <div class="o2_form_mobile_actions"
  30. style="height: 4em;overflow: hidden; border-top: 1px solid #dfdfdf; display: block; position: absolute; bottom: 0px; background: #ffffff; width: 100%; z-index:100;">
  31. </div>
  32. <script src="../o2_core/o2.min.js"></script>
  33. <script src="js/base_work.min.js"></script>
  34. <script src="js/o2m.api.min.js"></script>
  35. <script src="js/work.min.js"></script>
  36. <script src="../o2_lib/Decimal.js"></script>
  37. <script>layout.mobile = true;</script>
  38. <script text="text/javascript">
  39. // 根据ua判断当前环境 加载各种jssdk
  40. var u = navigator.userAgent.toLocaleLowerCase();
  41. if (/uni-app/i.test(u)) { // uniapp开发的app
  42. var script = document.createElement("script");
  43. script.type = "text/javascript";
  44. script.src = "../o2_lib/uniapp/uni.webview.1.5.2.js";
  45. document.body.appendChild(script);
  46. }else if (/dingtalk/i.test(u)) { // 钉钉
  47. }
  48. </script>
  49. <!-- <script type="text/javascript" src="../o2_lib/wechat/jweixin-1.6.0.js"></script> -->
  50. </body>
  51. </html>