runtime.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. /******/ (function() { // webpackBootstrap
  2. /******/ "use strict";
  3. /******/ var __webpack_modules__ = ({});
  4. /************************************************************************/
  5. /******/ // The module cache
  6. /******/ var __webpack_module_cache__ = {};
  7. /******/
  8. /******/ // The require function
  9. /******/ function __webpack_require__(moduleId) {
  10. /******/ // Check if module is in cache
  11. /******/ var cachedModule = __webpack_module_cache__[moduleId];
  12. /******/ if (cachedModule !== undefined) {
  13. /******/ return cachedModule.exports;
  14. /******/ }
  15. /******/ // Create a new module (and put it into the cache)
  16. /******/ var module = __webpack_module_cache__[moduleId] = {
  17. /******/ // no module.id needed
  18. /******/ // no module.loaded needed
  19. /******/ exports: {}
  20. /******/ };
  21. /******/
  22. /******/ // Execute the module function
  23. /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
  24. /******/
  25. /******/ // Return the exports of the module
  26. /******/ return module.exports;
  27. /******/ }
  28. /******/
  29. /******/ // expose the modules object (__webpack_modules__)
  30. /******/ __webpack_require__.m = __webpack_modules__;
  31. /******/
  32. /************************************************************************/
  33. /******/ /* webpack/runtime/chunk loaded */
  34. /******/ !function() {
  35. /******/ var deferred = [];
  36. /******/ __webpack_require__.O = function(result, chunkIds, fn, priority) {
  37. /******/ if(chunkIds) {
  38. /******/ priority = priority || 0;
  39. /******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
  40. /******/ deferred[i] = [chunkIds, fn, priority];
  41. /******/ return;
  42. /******/ }
  43. /******/ var notFulfilled = Infinity;
  44. /******/ for (var i = 0; i < deferred.length; i++) {
  45. /******/ var chunkIds = deferred[i][0];
  46. /******/ var fn = deferred[i][1];
  47. /******/ var priority = deferred[i][2];
  48. /******/ var fulfilled = true;
  49. /******/ for (var j = 0; j < chunkIds.length; j++) {
  50. /******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every(function(key) { return __webpack_require__.O[key](chunkIds[j]); })) {
  51. /******/ chunkIds.splice(j--, 1);
  52. /******/ } else {
  53. /******/ fulfilled = false;
  54. /******/ if(priority < notFulfilled) notFulfilled = priority;
  55. /******/ }
  56. /******/ }
  57. /******/ if(fulfilled) {
  58. /******/ deferred.splice(i--, 1)
  59. /******/ var r = fn();
  60. /******/ if (r !== undefined) result = r;
  61. /******/ }
  62. /******/ }
  63. /******/ return result;
  64. /******/ };
  65. /******/ }();
  66. /******/
  67. /******/ /* webpack/runtime/compat get default export */
  68. /******/ !function() {
  69. /******/ // getDefaultExport function for compatibility with non-harmony modules
  70. /******/ __webpack_require__.n = function(module) {
  71. /******/ var getter = module && module.__esModule ?
  72. /******/ function() { return module['default']; } :
  73. /******/ function() { return module; };
  74. /******/ __webpack_require__.d(getter, { a: getter });
  75. /******/ return getter;
  76. /******/ };
  77. /******/ }();
  78. /******/
  79. /******/ /* webpack/runtime/define property getters */
  80. /******/ !function() {
  81. /******/ // define getter functions for harmony exports
  82. /******/ __webpack_require__.d = function(exports, definition) {
  83. /******/ for(var key in definition) {
  84. /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
  85. /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
  86. /******/ }
  87. /******/ }
  88. /******/ };
  89. /******/ }();
  90. /******/
  91. /******/ /* webpack/runtime/ensure chunk */
  92. /******/ !function() {
  93. /******/ __webpack_require__.f = {};
  94. /******/ // This file contains only the entry chunk.
  95. /******/ // The chunk loading function for additional chunks
  96. /******/ __webpack_require__.e = function(chunkId) {
  97. /******/ return Promise.all(Object.keys(__webpack_require__.f).reduce(function(promises, key) {
  98. /******/ __webpack_require__.f[key](chunkId, promises);
  99. /******/ return promises;
  100. /******/ }, []));
  101. /******/ };
  102. /******/ }();
  103. /******/
  104. /******/ /* webpack/runtime/get javascript chunk filename */
  105. /******/ !function() {
  106. /******/ // This function allow to reference async chunks
  107. /******/ __webpack_require__.u = function(chunkId) {
  108. /******/ // return url for filenames based on template
  109. /******/ return undefined;
  110. /******/ };
  111. /******/ }();
  112. /******/
  113. /******/ /* webpack/runtime/get mini-css chunk filename */
  114. /******/ !function() {
  115. /******/ // This function allow to reference async chunks
  116. /******/ __webpack_require__.miniCssF = function(chunkId) {
  117. /******/ // return url for filenames based on template
  118. /******/ return undefined;
  119. /******/ };
  120. /******/ }();
  121. /******/
  122. /******/ /* webpack/runtime/global */
  123. /******/ !function() {
  124. /******/ __webpack_require__.g = (function() {
  125. /******/ if (typeof globalThis === 'object') return globalThis;
  126. /******/ try {
  127. /******/ return this || new Function('return this')();
  128. /******/ } catch (e) {
  129. /******/ if (typeof window === 'object') return window;
  130. /******/ }
  131. /******/ })();
  132. /******/ }();
  133. /******/
  134. /******/ /* webpack/runtime/hasOwnProperty shorthand */
  135. /******/ !function() {
  136. /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
  137. /******/ }();
  138. /******/
  139. /******/ /* webpack/runtime/load script */
  140. /******/ !function() {
  141. /******/ var inProgress = {};
  142. /******/ var dataWebpackPrefix = "hola:";
  143. /******/ // loadScript function to load a script via script tag
  144. /******/ __webpack_require__.l = function(url, done, key, chunkId) {
  145. /******/ if(inProgress[url]) { inProgress[url].push(done); return; }
  146. /******/ var script, needAttach;
  147. /******/ if(key !== undefined) {
  148. /******/ var scripts = document.getElementsByTagName("script");
  149. /******/ for(var i = 0; i < scripts.length; i++) {
  150. /******/ var s = scripts[i];
  151. /******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
  152. /******/ }
  153. /******/ }
  154. /******/ if(!script) {
  155. /******/ needAttach = true;
  156. /******/ script = document.createElement('script');
  157. /******/
  158. /******/ script.charset = 'utf-8';
  159. /******/ script.timeout = 120;
  160. /******/ if (__webpack_require__.nc) {
  161. /******/ script.setAttribute("nonce", __webpack_require__.nc);
  162. /******/ }
  163. /******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
  164. /******/
  165. /******/ script.src = url;
  166. /******/ }
  167. /******/ inProgress[url] = [done];
  168. /******/ var onScriptComplete = function(prev, event) {
  169. /******/ // avoid mem leaks in IE.
  170. /******/ script.onerror = script.onload = null;
  171. /******/ clearTimeout(timeout);
  172. /******/ var doneFns = inProgress[url];
  173. /******/ delete inProgress[url];
  174. /******/ script.parentNode && script.parentNode.removeChild(script);
  175. /******/ doneFns && doneFns.forEach(function(fn) { return fn(event); });
  176. /******/ if(prev) return prev(event);
  177. /******/ }
  178. /******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
  179. /******/ script.onerror = onScriptComplete.bind(null, script.onerror);
  180. /******/ script.onload = onScriptComplete.bind(null, script.onload);
  181. /******/ needAttach && document.head.appendChild(script);
  182. /******/ };
  183. /******/ }();
  184. /******/
  185. /******/ /* webpack/runtime/make namespace object */
  186. /******/ !function() {
  187. /******/ // define __esModule on exports
  188. /******/ __webpack_require__.r = function(exports) {
  189. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  190. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  191. /******/ }
  192. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  193. /******/ };
  194. /******/ }();
  195. /******/
  196. /******/ /* webpack/runtime/remotes loading */
  197. /******/ !function() {
  198. /******/ var chunkMapping = {
  199. /******/ "app": [
  200. /******/ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime",
  201. /******/ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime",
  202. /******/ "webpack/container/remote/i18next-browser-languagedetector",
  203. /******/ "webpack/container/remote/i18next",
  204. /******/ "webpack/container/remote/react-dom"
  205. /******/ ],
  206. /******/ "common": [
  207. /******/ "webpack/container/remote/@tarojs/runtime",
  208. /******/ "webpack/container/remote/@tarojs/taro",
  209. /******/ "webpack/container/remote/react",
  210. /******/ "webpack/container/remote/react/jsx-runtime",
  211. /******/ "webpack/container/remote/react-i18next"
  212. /******/ ]
  213. /******/ };
  214. /******/ var idToExternalAndNameMapping = {
  215. /******/ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime": [
  216. /******/ "default",
  217. /******/ "./@tarojs/plugin-platform-weapp/dist/runtime",
  218. /******/ null
  219. /******/ ],
  220. /******/ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime": [
  221. /******/ "default",
  222. /******/ "./@tarojs/plugin-framework-react/dist/runtime",
  223. /******/ null
  224. /******/ ],
  225. /******/ "webpack/container/remote/i18next-browser-languagedetector": [
  226. /******/ "default",
  227. /******/ "./i18next-browser-languagedetector",
  228. /******/ null
  229. /******/ ],
  230. /******/ "webpack/container/remote/i18next": [
  231. /******/ "default",
  232. /******/ "./i18next",
  233. /******/ null
  234. /******/ ],
  235. /******/ "webpack/container/remote/react-dom": [
  236. /******/ "default",
  237. /******/ "./react-dom",
  238. /******/ null
  239. /******/ ],
  240. /******/ "webpack/container/remote/@tarojs/runtime": [
  241. /******/ "default",
  242. /******/ "./@tarojs/runtime",
  243. /******/ null
  244. /******/ ],
  245. /******/ "webpack/container/remote/@tarojs/taro": [
  246. /******/ "default",
  247. /******/ "./@tarojs/taro",
  248. /******/ null
  249. /******/ ],
  250. /******/ "webpack/container/remote/react": [
  251. /******/ "default",
  252. /******/ "./react",
  253. /******/ null
  254. /******/ ],
  255. /******/ "webpack/container/remote/react/jsx-runtime": [
  256. /******/ "default",
  257. /******/ "./react/jsx-runtime",
  258. /******/ null
  259. /******/ ],
  260. /******/ "webpack/container/remote/react-i18next": [
  261. /******/ "default",
  262. /******/ "./react-i18next",
  263. /******/ null
  264. /******/ ]
  265. /******/ };
  266. /******/ __webpack_require__.taro = function(get) {
  267. /******/ for (var id in idToExternalAndNameMapping) {
  268. /******/ var mappedName = idToExternalAndNameMapping[id][1];
  269. /******/ var factory = get(mappedName);
  270. /******/ __webpack_modules__[id] = (function(factory) {
  271. /******/ return function(module) {
  272. /******/ module.exports = factory();
  273. /******/ }
  274. /******/ })(factory);
  275. /******/ }
  276. /******/ };
  277. /******/ }();
  278. /******/
  279. /******/ /* webpack/runtime/publicPath */
  280. /******/ !function() {
  281. /******/ __webpack_require__.p = "/";
  282. /******/ }();
  283. /******/
  284. /******/ /* webpack/runtime/jsonp chunk loading */
  285. /******/ !function() {
  286. /******/ // no baseURI
  287. /******/
  288. /******/ // object to store loaded and loading chunks
  289. /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
  290. /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
  291. /******/ var installedChunks = {
  292. /******/ "runtime": 0
  293. /******/ };
  294. /******/
  295. /******/ __webpack_require__.f.j = function(chunkId, promises) {
  296. /******/ // JSONP chunk loading for javascript
  297. /******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
  298. /******/ if(installedChunkData !== 0) { // 0 means "already installed".
  299. /******/
  300. /******/ // a Promise means "currently loading".
  301. /******/ if(installedChunkData) {
  302. /******/ promises.push(installedChunkData[2]);
  303. /******/ } else {
  304. /******/ if("runtime" != chunkId) {
  305. /******/ // setup Promise in chunk cache
  306. /******/ var promise = new Promise(function(resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; });
  307. /******/ promises.push(installedChunkData[2] = promise);
  308. /******/
  309. /******/ // start chunk loading
  310. /******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
  311. /******/ // create error before stack unwound to get useful stacktrace later
  312. /******/ var error = new Error();
  313. /******/ var loadingEnded = function(event) {
  314. /******/ if(__webpack_require__.o(installedChunks, chunkId)) {
  315. /******/ installedChunkData = installedChunks[chunkId];
  316. /******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
  317. /******/ if(installedChunkData) {
  318. /******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
  319. /******/ var realSrc = event && event.target && event.target.src;
  320. /******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
  321. /******/ error.name = 'ChunkLoadError';
  322. /******/ error.type = errorType;
  323. /******/ error.request = realSrc;
  324. /******/ installedChunkData[1](error);
  325. /******/ }
  326. /******/ }
  327. /******/ };
  328. /******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
  329. /******/ } else installedChunks[chunkId] = 0;
  330. /******/ }
  331. /******/ }
  332. /******/ };
  333. /******/
  334. /******/ // no prefetching
  335. /******/
  336. /******/ // no preloaded
  337. /******/
  338. /******/ // no HMR
  339. /******/
  340. /******/ // no HMR manifest
  341. /******/
  342. /******/ __webpack_require__.O.j = function(chunkId) { return installedChunks[chunkId] === 0; };
  343. /******/
  344. /******/ // install a JSONP callback for chunk loading
  345. /******/ var webpackJsonpCallback = function(parentChunkLoadingFunction, data) {
  346. /******/ var chunkIds = data[0];
  347. /******/ var moreModules = data[1];
  348. /******/ var runtime = data[2];
  349. /******/ // add "moreModules" to the modules object,
  350. /******/ // then flag all "chunkIds" as loaded and fire callback
  351. /******/ var moduleId, chunkId, i = 0;
  352. /******/ if(chunkIds.some(function(id) { return installedChunks[id] !== 0; })) {
  353. /******/ for(moduleId in moreModules) {
  354. /******/ if(__webpack_require__.o(moreModules, moduleId)) {
  355. /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
  356. /******/ }
  357. /******/ }
  358. /******/ if(runtime) var result = runtime(__webpack_require__);
  359. /******/ }
  360. /******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
  361. /******/ for(;i < chunkIds.length; i++) {
  362. /******/ chunkId = chunkIds[i];
  363. /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
  364. /******/ installedChunks[chunkId][0]();
  365. /******/ }
  366. /******/ installedChunks[chunkId] = 0;
  367. /******/ }
  368. /******/ return __webpack_require__.O(result);
  369. /******/ }
  370. /******/
  371. /******/ var chunkLoadingGlobal = wx["webpackJsonp"] = wx["webpackJsonp"] || [];
  372. /******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
  373. /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
  374. /******/ }();
  375. /******/
  376. /************************************************************************/
  377. /******/
  378. /******/
  379. /******/ })()
  380. ;
  381. //# sourceMappingURL=runtime.js.map