runtime.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. !function(){try{var a=Function("return this")();a&&!a.Math&&(Object.assign(a,{isFinite:isFinite,Array:Array,Date:Date,Error:Error,Function:Function,Math:Math,Object:Object,RegExp:RegExp,String:String,TypeError:TypeError,setTimeout:setTimeout,clearTimeout:clearTimeout,setInterval:setInterval,clearInterval:clearInterval}),"undefined"!=typeof Reflect&&(a.Reflect=Reflect))}catch(a){}}();
  2. /******/ (function(modules) { // webpackBootstrap
  3. /******/ // install a JSONP callback for chunk loading
  4. /******/ function webpackJsonpCallback(data) {
  5. /******/ var chunkIds = data[0];
  6. /******/ var moreModules = data[1];
  7. /******/ var executeModules = data[2];
  8. /******/
  9. /******/ // add "moreModules" to the modules object,
  10. /******/ // then flag all "chunkIds" as loaded and fire callback
  11. /******/ var moduleId, chunkId, i = 0, resolves = [];
  12. /******/ for(;i < chunkIds.length; i++) {
  13. /******/ chunkId = chunkIds[i];
  14. /******/ if(installedChunks[chunkId]) {
  15. /******/ resolves.push(installedChunks[chunkId][0]);
  16. /******/ }
  17. /******/ installedChunks[chunkId] = 0;
  18. /******/ }
  19. /******/ for(moduleId in moreModules) {
  20. /******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
  21. /******/ modules[moduleId] = moreModules[moduleId];
  22. /******/ }
  23. /******/ }
  24. /******/ if(parentJsonpFunction) parentJsonpFunction(data);
  25. /******/
  26. /******/ while(resolves.length) {
  27. /******/ resolves.shift()();
  28. /******/ }
  29. /******/
  30. /******/ // add entry modules from loaded chunk to deferred list
  31. /******/ deferredModules.push.apply(deferredModules, executeModules || []);
  32. /******/
  33. /******/ // run deferred modules when all chunks ready
  34. /******/ return checkDeferredModules();
  35. /******/ };
  36. /******/ function checkDeferredModules() {
  37. /******/ var result;
  38. /******/ for(var i = 0; i < deferredModules.length; i++) {
  39. /******/ var deferredModule = deferredModules[i];
  40. /******/ var fulfilled = true;
  41. /******/ for(var j = 1; j < deferredModule.length; j++) {
  42. /******/ var depId = deferredModule[j];
  43. /******/ if(installedChunks[depId] !== 0) fulfilled = false;
  44. /******/ }
  45. /******/ if(fulfilled) {
  46. /******/ deferredModules.splice(i--, 1);
  47. /******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
  48. /******/ }
  49. /******/ }
  50. /******/ return result;
  51. /******/ }
  52. /******/
  53. /******/ // The module cache
  54. /******/ var installedModules = {};
  55. /******/
  56. /******/ // object to store loaded CSS chunks
  57. /******/ var installedCssChunks = {
  58. /******/ "common/runtime": 0
  59. /******/ }
  60. /******/
  61. /******/ // object to store loaded and loading chunks
  62. /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
  63. /******/ // Promise = chunk loading, 0 = chunk loaded
  64. /******/ var installedChunks = {
  65. /******/ "common/runtime": 0
  66. /******/ };
  67. /******/
  68. /******/ var deferredModules = [];
  69. /******/
  70. /******/ // script path function
  71. /******/ function jsonpScriptSrc(chunkId) {
  72. /******/ return __webpack_require__.p + "" + chunkId + ".js"
  73. /******/ }
  74. /******/
  75. /******/ // The require function
  76. /******/ function __webpack_require__(moduleId) {
  77. /******/
  78. /******/ // Check if module is in cache
  79. /******/ if(installedModules[moduleId]) {
  80. /******/ return installedModules[moduleId].exports;
  81. /******/ }
  82. /******/ // Create a new module (and put it into the cache)
  83. /******/ var module = installedModules[moduleId] = {
  84. /******/ i: moduleId,
  85. /******/ l: false,
  86. /******/ exports: {}
  87. /******/ };
  88. /******/
  89. /******/ // Execute the module function
  90. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  91. /******/
  92. /******/ // Flag the module as loaded
  93. /******/ module.l = true;
  94. /******/
  95. /******/ // Return the exports of the module
  96. /******/ return module.exports;
  97. /******/ }
  98. /******/
  99. /******/ // This file contains only the entry chunk.
  100. /******/ // The chunk loading function for additional chunks
  101. /******/ __webpack_require__.e = function requireEnsure(chunkId) {
  102. /******/ var promises = [];
  103. /******/
  104. /******/
  105. /******/ // mini-css-extract-plugin CSS loading
  106. /******/ var cssChunks = {"components/navigationBarView":1,"components/uni-popup/uni-popup":1,"components/uni-popup/uni-popup-dialog":1,"components/uni-popup/uni-popup-message":1,"components/uni-transition/uni-transition":1};
  107. /******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
  108. /******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
  109. /******/ promises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) {
  110. /******/ var href = "" + ({"components/navigationBarView":"components/navigationBarView","components/uni-popup/uni-popup":"components/uni-popup/uni-popup","components/uni-popup/uni-popup-dialog":"components/uni-popup/uni-popup-dialog","components/uni-popup/uni-popup-message":"components/uni-popup/uni-popup-message","components/uni-transition/uni-transition":"components/uni-transition/uni-transition"}[chunkId]||chunkId) + ".wxss";
  111. /******/ var fullhref = __webpack_require__.p + href;
  112. /******/ var existingLinkTags = document.getElementsByTagName("link");
  113. /******/ for(var i = 0; i < existingLinkTags.length; i++) {
  114. /******/ var tag = existingLinkTags[i];
  115. /******/ var dataHref = tag.getAttribute("data-href") || tag.getAttribute("href");
  116. /******/ if(tag.rel === "stylesheet" && (dataHref === href || dataHref === fullhref)) return resolve();
  117. /******/ }
  118. /******/ var existingStyleTags = document.getElementsByTagName("style");
  119. /******/ for(var i = 0; i < existingStyleTags.length; i++) {
  120. /******/ var tag = existingStyleTags[i];
  121. /******/ var dataHref = tag.getAttribute("data-href");
  122. /******/ if(dataHref === href || dataHref === fullhref) return resolve();
  123. /******/ }
  124. /******/ var linkTag = document.createElement("link");
  125. /******/ linkTag.rel = "stylesheet";
  126. /******/ linkTag.type = "text/css";
  127. /******/ linkTag.onload = resolve;
  128. /******/ linkTag.onerror = function(event) {
  129. /******/ var request = event && event.target && event.target.src || fullhref;
  130. /******/ var err = new Error("Loading CSS chunk " + chunkId + " failed.\n(" + request + ")");
  131. /******/ err.code = "CSS_CHUNK_LOAD_FAILED";
  132. /******/ err.request = request;
  133. /******/ delete installedCssChunks[chunkId]
  134. /******/ linkTag.parentNode.removeChild(linkTag)
  135. /******/ reject(err);
  136. /******/ };
  137. /******/ linkTag.href = fullhref;
  138. /******/
  139. /******/ var head = document.getElementsByTagName("head")[0];
  140. /******/ head.appendChild(linkTag);
  141. /******/ }).then(function() {
  142. /******/ installedCssChunks[chunkId] = 0;
  143. /******/ }));
  144. /******/ }
  145. /******/
  146. /******/ // JSONP chunk loading for javascript
  147. /******/
  148. /******/ var installedChunkData = installedChunks[chunkId];
  149. /******/ if(installedChunkData !== 0) { // 0 means "already installed".
  150. /******/
  151. /******/ // a Promise means "currently loading".
  152. /******/ if(installedChunkData) {
  153. /******/ promises.push(installedChunkData[2]);
  154. /******/ } else {
  155. /******/ // setup Promise in chunk cache
  156. /******/ var promise = new Promise(function(resolve, reject) {
  157. /******/ installedChunkData = installedChunks[chunkId] = [resolve, reject];
  158. /******/ });
  159. /******/ promises.push(installedChunkData[2] = promise);
  160. /******/
  161. /******/ // start chunk loading
  162. /******/ var script = document.createElement('script');
  163. /******/ var onScriptComplete;
  164. /******/
  165. /******/ script.charset = 'utf-8';
  166. /******/ script.timeout = 120;
  167. /******/ if (__webpack_require__.nc) {
  168. /******/ script.setAttribute("nonce", __webpack_require__.nc);
  169. /******/ }
  170. /******/ script.src = jsonpScriptSrc(chunkId);
  171. /******/
  172. /******/ onScriptComplete = function (event) {
  173. /******/ // avoid mem leaks in IE.
  174. /******/ script.onerror = script.onload = null;
  175. /******/ clearTimeout(timeout);
  176. /******/ var chunk = installedChunks[chunkId];
  177. /******/ if(chunk !== 0) {
  178. /******/ if(chunk) {
  179. /******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
  180. /******/ var realSrc = event && event.target && event.target.src;
  181. /******/ var error = new Error('Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')');
  182. /******/ error.type = errorType;
  183. /******/ error.request = realSrc;
  184. /******/ chunk[1](error);
  185. /******/ }
  186. /******/ installedChunks[chunkId] = undefined;
  187. /******/ }
  188. /******/ };
  189. /******/ var timeout = setTimeout(function(){
  190. /******/ onScriptComplete({ type: 'timeout', target: script });
  191. /******/ }, 120000);
  192. /******/ script.onerror = script.onload = onScriptComplete;
  193. /******/ document.head.appendChild(script);
  194. /******/ }
  195. /******/ }
  196. /******/ return Promise.all(promises);
  197. /******/ };
  198. /******/
  199. /******/ // expose the modules object (__webpack_modules__)
  200. /******/ __webpack_require__.m = modules;
  201. /******/
  202. /******/ // expose the module cache
  203. /******/ __webpack_require__.c = installedModules;
  204. /******/
  205. /******/ // define getter function for harmony exports
  206. /******/ __webpack_require__.d = function(exports, name, getter) {
  207. /******/ if(!__webpack_require__.o(exports, name)) {
  208. /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
  209. /******/ }
  210. /******/ };
  211. /******/
  212. /******/ // define __esModule on exports
  213. /******/ __webpack_require__.r = function(exports) {
  214. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  215. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  216. /******/ }
  217. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  218. /******/ };
  219. /******/
  220. /******/ // create a fake namespace object
  221. /******/ // mode & 1: value is a module id, require it
  222. /******/ // mode & 2: merge all properties of value into the ns
  223. /******/ // mode & 4: return value when already ns object
  224. /******/ // mode & 8|1: behave like require
  225. /******/ __webpack_require__.t = function(value, mode) {
  226. /******/ if(mode & 1) value = __webpack_require__(value);
  227. /******/ if(mode & 8) return value;
  228. /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  229. /******/ var ns = Object.create(null);
  230. /******/ __webpack_require__.r(ns);
  231. /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  232. /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  233. /******/ return ns;
  234. /******/ };
  235. /******/
  236. /******/ // getDefaultExport function for compatibility with non-harmony modules
  237. /******/ __webpack_require__.n = function(module) {
  238. /******/ var getter = module && module.__esModule ?
  239. /******/ function getDefault() { return module['default']; } :
  240. /******/ function getModuleExports() { return module; };
  241. /******/ __webpack_require__.d(getter, 'a', getter);
  242. /******/ return getter;
  243. /******/ };
  244. /******/
  245. /******/ // Object.prototype.hasOwnProperty.call
  246. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  247. /******/
  248. /******/ // __webpack_public_path__
  249. /******/ __webpack_require__.p = "/";
  250. /******/
  251. /******/ // on error function for async loading
  252. /******/ __webpack_require__.oe = function(err) { console.error(err); throw err; };
  253. /******/
  254. /******/ var jsonpArray = global["webpackJsonp"] = global["webpackJsonp"] || [];
  255. /******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
  256. /******/ jsonpArray.push = webpackJsonpCallback;
  257. /******/ jsonpArray = jsonpArray.slice();
  258. /******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
  259. /******/ var parentJsonpFunction = oldJsonpFunction;
  260. /******/
  261. /******/
  262. /******/ // run deferred modules from other chunks
  263. /******/ checkDeferredModules();
  264. /******/ })
  265. /************************************************************************/
  266. /******/ ([]);
  267. //# sourceMappingURL=../../.sourcemap/mp-weixin/common/runtime.js.map