runtime.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  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 = "mxplugin:";
  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. /******/ "plugin/common": [
  200. /******/ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime",
  201. /******/ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime",
  202. /******/ "webpack/container/remote/react",
  203. /******/ "webpack/container/remote/react-dom",
  204. /******/ "webpack/container/remote/@tarojs/runtime",
  205. /******/ "webpack/container/remote/@tarojs/taro",
  206. /******/ "webpack/container/remote/react/jsx-runtime"
  207. /******/ ]
  208. /******/ };
  209. /******/ var idToExternalAndNameMapping = {
  210. /******/ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime": [
  211. /******/ "default",
  212. /******/ "./@tarojs/plugin-platform-weapp/dist/runtime",
  213. /******/ null
  214. /******/ ],
  215. /******/ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime": [
  216. /******/ "default",
  217. /******/ "./@tarojs/plugin-framework-react/dist/runtime",
  218. /******/ null
  219. /******/ ],
  220. /******/ "webpack/container/remote/react": [
  221. /******/ "default",
  222. /******/ "./react",
  223. /******/ null
  224. /******/ ],
  225. /******/ "webpack/container/remote/react-dom": [
  226. /******/ "default",
  227. /******/ "./react-dom",
  228. /******/ null
  229. /******/ ],
  230. /******/ "webpack/container/remote/@tarojs/runtime": [
  231. /******/ "default",
  232. /******/ "./@tarojs/runtime",
  233. /******/ null
  234. /******/ ],
  235. /******/ "webpack/container/remote/@tarojs/taro": [
  236. /******/ "default",
  237. /******/ "./@tarojs/taro",
  238. /******/ null
  239. /******/ ],
  240. /******/ "webpack/container/remote/react/jsx-runtime": [
  241. /******/ "default",
  242. /******/ "./react/jsx-runtime",
  243. /******/ null
  244. /******/ ]
  245. /******/ };
  246. /******/ __webpack_require__.taro = function(get) {
  247. /******/ for (var id in idToExternalAndNameMapping) {
  248. /******/ var mappedName = idToExternalAndNameMapping[id][1];
  249. /******/ var factory = get(mappedName);
  250. /******/ __webpack_modules__[id] = (function(factory) {
  251. /******/ return function(module) {
  252. /******/ module.exports = factory();
  253. /******/ }
  254. /******/ })(factory);
  255. /******/ }
  256. /******/ };
  257. /******/ }();
  258. /******/
  259. /******/ /* webpack/runtime/publicPath */
  260. /******/ !function() {
  261. /******/ __webpack_require__.p = "/";
  262. /******/ }();
  263. /******/
  264. /******/ /* webpack/runtime/jsonp chunk loading */
  265. /******/ !function() {
  266. /******/ // no baseURI
  267. /******/
  268. /******/ // object to store loaded and loading chunks
  269. /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
  270. /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
  271. /******/ var installedChunks = {
  272. /******/ "plugin/runtime": 0,
  273. /******/ "plugin/common": 0
  274. /******/ };
  275. /******/
  276. /******/ __webpack_require__.f.j = function(chunkId, promises) {
  277. /******/ // JSONP chunk loading for javascript
  278. /******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
  279. /******/ if(installedChunkData !== 0) { // 0 means "already installed".
  280. /******/
  281. /******/ // a Promise means "currently loading".
  282. /******/ if(installedChunkData) {
  283. /******/ promises.push(installedChunkData[2]);
  284. /******/ } else {
  285. /******/ if(!/^plugin\/(common|runtime)$/.test(chunkId)) {
  286. /******/ // setup Promise in chunk cache
  287. /******/ var promise = new Promise(function(resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; });
  288. /******/ promises.push(installedChunkData[2] = promise);
  289. /******/
  290. /******/ // start chunk loading
  291. /******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
  292. /******/ // create error before stack unwound to get useful stacktrace later
  293. /******/ var error = new Error();
  294. /******/ var loadingEnded = function(event) {
  295. /******/ if(__webpack_require__.o(installedChunks, chunkId)) {
  296. /******/ installedChunkData = installedChunks[chunkId];
  297. /******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
  298. /******/ if(installedChunkData) {
  299. /******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
  300. /******/ var realSrc = event && event.target && event.target.src;
  301. /******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
  302. /******/ error.name = 'ChunkLoadError';
  303. /******/ error.type = errorType;
  304. /******/ error.request = realSrc;
  305. /******/ installedChunkData[1](error);
  306. /******/ }
  307. /******/ }
  308. /******/ };
  309. /******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
  310. /******/ } else installedChunks[chunkId] = 0;
  311. /******/ }
  312. /******/ }
  313. /******/ };
  314. /******/
  315. /******/ // no prefetching
  316. /******/
  317. /******/ // no preloaded
  318. /******/
  319. /******/ // no HMR
  320. /******/
  321. /******/ // no HMR manifest
  322. /******/
  323. /******/ __webpack_require__.O.j = function(chunkId) { return installedChunks[chunkId] === 0; };
  324. /******/
  325. /******/ // install a JSONP callback for chunk loading
  326. /******/ var webpackJsonpCallback = function(parentChunkLoadingFunction, data) {
  327. /******/ var chunkIds = data[0];
  328. /******/ var moreModules = data[1];
  329. /******/ var runtime = data[2];
  330. /******/ // add "moreModules" to the modules object,
  331. /******/ // then flag all "chunkIds" as loaded and fire callback
  332. /******/ var moduleId, chunkId, i = 0;
  333. /******/ if(chunkIds.some(function(id) { return installedChunks[id] !== 0; })) {
  334. /******/ for(moduleId in moreModules) {
  335. /******/ if(__webpack_require__.o(moreModules, moduleId)) {
  336. /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
  337. /******/ }
  338. /******/ }
  339. /******/ if(runtime) var result = runtime(__webpack_require__);
  340. /******/ }
  341. /******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
  342. /******/ for(;i < chunkIds.length; i++) {
  343. /******/ chunkId = chunkIds[i];
  344. /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
  345. /******/ installedChunks[chunkId][0]();
  346. /******/ }
  347. /******/ installedChunks[chunkId] = 0;
  348. /******/ }
  349. /******/ return __webpack_require__.O(result);
  350. /******/ }
  351. /******/
  352. /******/ var chunkLoadingGlobal = wx["webpackJsonp"] = wx["webpackJsonp"] || [];
  353. /******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
  354. /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
  355. /******/ }();
  356. /******/
  357. /************************************************************************/
  358. /******/
  359. /******/
  360. /******/ })()
  361. ;
  362. //# sourceMappingURL=runtime.js.map