123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362 |
- /******/ (function() { // webpackBootstrap
- /******/ "use strict";
- /******/ var __webpack_modules__ = ({});
- /************************************************************************/
- /******/ // The module cache
- /******/ var __webpack_module_cache__ = {};
- /******/
- /******/ // The require function
- /******/ function __webpack_require__(moduleId) {
- /******/ // Check if module is in cache
- /******/ var cachedModule = __webpack_module_cache__[moduleId];
- /******/ if (cachedModule !== undefined) {
- /******/ return cachedModule.exports;
- /******/ }
- /******/ // Create a new module (and put it into the cache)
- /******/ var module = __webpack_module_cache__[moduleId] = {
- /******/ // no module.id needed
- /******/ // no module.loaded needed
- /******/ exports: {}
- /******/ };
- /******/
- /******/ // Execute the module function
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
- /******/
- /******/ // Return the exports of the module
- /******/ return module.exports;
- /******/ }
- /******/
- /******/ // expose the modules object (__webpack_modules__)
- /******/ __webpack_require__.m = __webpack_modules__;
- /******/
- /************************************************************************/
- /******/ /* webpack/runtime/chunk loaded */
- /******/ !function() {
- /******/ var deferred = [];
- /******/ __webpack_require__.O = function(result, chunkIds, fn, priority) {
- /******/ if(chunkIds) {
- /******/ priority = priority || 0;
- /******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
- /******/ deferred[i] = [chunkIds, fn, priority];
- /******/ return;
- /******/ }
- /******/ var notFulfilled = Infinity;
- /******/ for (var i = 0; i < deferred.length; i++) {
- /******/ var chunkIds = deferred[i][0];
- /******/ var fn = deferred[i][1];
- /******/ var priority = deferred[i][2];
- /******/ var fulfilled = true;
- /******/ for (var j = 0; j < chunkIds.length; j++) {
- /******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every(function(key) { return __webpack_require__.O[key](chunkIds[j]); })) {
- /******/ chunkIds.splice(j--, 1);
- /******/ } else {
- /******/ fulfilled = false;
- /******/ if(priority < notFulfilled) notFulfilled = priority;
- /******/ }
- /******/ }
- /******/ if(fulfilled) {
- /******/ deferred.splice(i--, 1)
- /******/ var r = fn();
- /******/ if (r !== undefined) result = r;
- /******/ }
- /******/ }
- /******/ return result;
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/compat get default export */
- /******/ !function() {
- /******/ // getDefaultExport function for compatibility with non-harmony modules
- /******/ __webpack_require__.n = function(module) {
- /******/ var getter = module && module.__esModule ?
- /******/ function() { return module['default']; } :
- /******/ function() { return module; };
- /******/ __webpack_require__.d(getter, { a: getter });
- /******/ return getter;
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/define property getters */
- /******/ !function() {
- /******/ // define getter functions for harmony exports
- /******/ __webpack_require__.d = function(exports, definition) {
- /******/ for(var key in definition) {
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
- /******/ }
- /******/ }
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/ensure chunk */
- /******/ !function() {
- /******/ __webpack_require__.f = {};
- /******/ // This file contains only the entry chunk.
- /******/ // The chunk loading function for additional chunks
- /******/ __webpack_require__.e = function(chunkId) {
- /******/ return Promise.all(Object.keys(__webpack_require__.f).reduce(function(promises, key) {
- /******/ __webpack_require__.f[key](chunkId, promises);
- /******/ return promises;
- /******/ }, []));
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/get javascript chunk filename */
- /******/ !function() {
- /******/ // This function allow to reference async chunks
- /******/ __webpack_require__.u = function(chunkId) {
- /******/ // return url for filenames based on template
- /******/ return undefined;
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/get mini-css chunk filename */
- /******/ !function() {
- /******/ // This function allow to reference async chunks
- /******/ __webpack_require__.miniCssF = function(chunkId) {
- /******/ // return url for filenames based on template
- /******/ return undefined;
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/global */
- /******/ !function() {
- /******/ __webpack_require__.g = (function() {
- /******/ if (typeof globalThis === 'object') return globalThis;
- /******/ try {
- /******/ return this || new Function('return this')();
- /******/ } catch (e) {
- /******/ if (typeof window === 'object') return window;
- /******/ }
- /******/ })();
- /******/ }();
- /******/
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
- /******/ !function() {
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
- /******/ }();
- /******/
- /******/ /* webpack/runtime/load script */
- /******/ !function() {
- /******/ var inProgress = {};
- /******/ var dataWebpackPrefix = "mxplugin:";
- /******/ // loadScript function to load a script via script tag
- /******/ __webpack_require__.l = function(url, done, key, chunkId) {
- /******/ if(inProgress[url]) { inProgress[url].push(done); return; }
- /******/ var script, needAttach;
- /******/ if(key !== undefined) {
- /******/ var scripts = document.getElementsByTagName("script");
- /******/ for(var i = 0; i < scripts.length; i++) {
- /******/ var s = scripts[i];
- /******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
- /******/ }
- /******/ }
- /******/ if(!script) {
- /******/ needAttach = true;
- /******/ script = document.createElement('script');
- /******/
- /******/ script.charset = 'utf-8';
- /******/ script.timeout = 120;
- /******/ if (__webpack_require__.nc) {
- /******/ script.setAttribute("nonce", __webpack_require__.nc);
- /******/ }
- /******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
- /******/
- /******/ script.src = url;
- /******/ }
- /******/ inProgress[url] = [done];
- /******/ var onScriptComplete = function(prev, event) {
- /******/ // avoid mem leaks in IE.
- /******/ script.onerror = script.onload = null;
- /******/ clearTimeout(timeout);
- /******/ var doneFns = inProgress[url];
- /******/ delete inProgress[url];
- /******/ script.parentNode && script.parentNode.removeChild(script);
- /******/ doneFns && doneFns.forEach(function(fn) { return fn(event); });
- /******/ if(prev) return prev(event);
- /******/ }
- /******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
- /******/ script.onerror = onScriptComplete.bind(null, script.onerror);
- /******/ script.onload = onScriptComplete.bind(null, script.onload);
- /******/ needAttach && document.head.appendChild(script);
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/make namespace object */
- /******/ !function() {
- /******/ // define __esModule on exports
- /******/ __webpack_require__.r = function(exports) {
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
- /******/ }
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/remotes loading */
- /******/ !function() {
- /******/ var chunkMapping = {
- /******/ "plugin/common": [
- /******/ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime",
- /******/ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime",
- /******/ "webpack/container/remote/react",
- /******/ "webpack/container/remote/react-dom",
- /******/ "webpack/container/remote/@tarojs/runtime",
- /******/ "webpack/container/remote/@tarojs/taro",
- /******/ "webpack/container/remote/react/jsx-runtime"
- /******/ ]
- /******/ };
- /******/ var idToExternalAndNameMapping = {
- /******/ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime": [
- /******/ "default",
- /******/ "./@tarojs/plugin-platform-weapp/dist/runtime",
- /******/ null
- /******/ ],
- /******/ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime": [
- /******/ "default",
- /******/ "./@tarojs/plugin-framework-react/dist/runtime",
- /******/ null
- /******/ ],
- /******/ "webpack/container/remote/react": [
- /******/ "default",
- /******/ "./react",
- /******/ null
- /******/ ],
- /******/ "webpack/container/remote/react-dom": [
- /******/ "default",
- /******/ "./react-dom",
- /******/ null
- /******/ ],
- /******/ "webpack/container/remote/@tarojs/runtime": [
- /******/ "default",
- /******/ "./@tarojs/runtime",
- /******/ null
- /******/ ],
- /******/ "webpack/container/remote/@tarojs/taro": [
- /******/ "default",
- /******/ "./@tarojs/taro",
- /******/ null
- /******/ ],
- /******/ "webpack/container/remote/react/jsx-runtime": [
- /******/ "default",
- /******/ "./react/jsx-runtime",
- /******/ null
- /******/ ]
- /******/ };
- /******/ __webpack_require__.taro = function(get) {
- /******/ for (var id in idToExternalAndNameMapping) {
- /******/ var mappedName = idToExternalAndNameMapping[id][1];
- /******/ var factory = get(mappedName);
- /******/ __webpack_modules__[id] = (function(factory) {
- /******/ return function(module) {
- /******/ module.exports = factory();
- /******/ }
- /******/ })(factory);
- /******/ }
- /******/ };
- /******/ }();
- /******/
- /******/ /* webpack/runtime/publicPath */
- /******/ !function() {
- /******/ __webpack_require__.p = "/";
- /******/ }();
- /******/
- /******/ /* webpack/runtime/jsonp chunk loading */
- /******/ !function() {
- /******/ // no baseURI
- /******/
- /******/ // object to store loaded and loading chunks
- /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
- /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
- /******/ var installedChunks = {
- /******/ "plugin/runtime": 0,
- /******/ "plugin/common": 0
- /******/ };
- /******/
- /******/ __webpack_require__.f.j = function(chunkId, promises) {
- /******/ // JSONP chunk loading for javascript
- /******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
- /******/ if(installedChunkData !== 0) { // 0 means "already installed".
- /******/
- /******/ // a Promise means "currently loading".
- /******/ if(installedChunkData) {
- /******/ promises.push(installedChunkData[2]);
- /******/ } else {
- /******/ if(!/^plugin\/(common|runtime)$/.test(chunkId)) {
- /******/ // setup Promise in chunk cache
- /******/ var promise = new Promise(function(resolve, reject) { installedChunkData = installedChunks[chunkId] = [resolve, reject]; });
- /******/ promises.push(installedChunkData[2] = promise);
- /******/
- /******/ // start chunk loading
- /******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
- /******/ // create error before stack unwound to get useful stacktrace later
- /******/ var error = new Error();
- /******/ var loadingEnded = function(event) {
- /******/ if(__webpack_require__.o(installedChunks, chunkId)) {
- /******/ installedChunkData = installedChunks[chunkId];
- /******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
- /******/ if(installedChunkData) {
- /******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
- /******/ var realSrc = event && event.target && event.target.src;
- /******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
- /******/ error.name = 'ChunkLoadError';
- /******/ error.type = errorType;
- /******/ error.request = realSrc;
- /******/ installedChunkData[1](error);
- /******/ }
- /******/ }
- /******/ };
- /******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
- /******/ } else installedChunks[chunkId] = 0;
- /******/ }
- /******/ }
- /******/ };
- /******/
- /******/ // no prefetching
- /******/
- /******/ // no preloaded
- /******/
- /******/ // no HMR
- /******/
- /******/ // no HMR manifest
- /******/
- /******/ __webpack_require__.O.j = function(chunkId) { return installedChunks[chunkId] === 0; };
- /******/
- /******/ // install a JSONP callback for chunk loading
- /******/ var webpackJsonpCallback = function(parentChunkLoadingFunction, data) {
- /******/ var chunkIds = data[0];
- /******/ var moreModules = data[1];
- /******/ var runtime = data[2];
- /******/ // add "moreModules" to the modules object,
- /******/ // then flag all "chunkIds" as loaded and fire callback
- /******/ var moduleId, chunkId, i = 0;
- /******/ if(chunkIds.some(function(id) { return installedChunks[id] !== 0; })) {
- /******/ for(moduleId in moreModules) {
- /******/ if(__webpack_require__.o(moreModules, moduleId)) {
- /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
- /******/ }
- /******/ }
- /******/ if(runtime) var result = runtime(__webpack_require__);
- /******/ }
- /******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
- /******/ for(;i < chunkIds.length; i++) {
- /******/ chunkId = chunkIds[i];
- /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
- /******/ installedChunks[chunkId][0]();
- /******/ }
- /******/ installedChunks[chunkId] = 0;
- /******/ }
- /******/ return __webpack_require__.O(result);
- /******/ }
- /******/
- /******/ var chunkLoadingGlobal = wx["webpackJsonp"] = wx["webpackJsonp"] || [];
- /******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
- /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
- /******/ }();
- /******/
- /************************************************************************/
- /******/
- /******/
- /******/ })()
- ;
- //# sourceMappingURL=runtime.js.map
|