index.js 6.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. "use strict";
  2. require("../../prebundle/vendors-node_modules_taro_weapp_prebundle_react-dom_js.js");
  3. require("../../prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-MTR4XPV4_js.js");
  4. require("../../prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-SX7RUVFK_js.js");
  5. require("../../prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-framework-react_dist_runtime_js.js");
  6. require("../../prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_taro_js.js");
  7. require("../../prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-platform-weapp_dist_runtime_js.js");
  8. require("../../prebundle/node_modules_taro_weapp_prebundle_tarojs_runtime_js.js");
  9. require("../../prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-LNJCN3VW_js.js");
  10. require("../../prebundle/remoteEntry.js");
  11. require("../../prebundle/node_modules_taro_weapp_prebundle_react_jsx-runtime_js.js");
  12. require("../../prebundle/node_modules_taro_weapp_prebundle_react_js.js");
  13. require("../../taro");
  14. require("../../runtime");
  15. (wx["webpackJsonp"] = wx["webpackJsonp"] || []).push([["plugin/pages/h5/index"],{
  16. /***/ "./node_modules/@tarojs/taro-loader/lib/entry-cache.js?name=plugin/pages/h5/index!./src/plugin/pages/h5/index.tsx":
  17. /*!************************************************************************************************************************!*\
  18. !*** ./node_modules/@tarojs/taro-loader/lib/entry-cache.js?name=plugin/pages/h5/index!./src/plugin/pages/h5/index.tsx ***!
  19. \************************************************************************************************************************/
  20. /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
  21. /* harmony import */ var _tarojs_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @tarojs/components */ "./node_modules/@tarojs/plugin-platform-weapp/dist/components-react.js");
  22. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "webpack/container/remote/react");
  23. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  24. /* harmony import */ var _image_code_jpg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../image/code.jpg */ "./src/plugin/image/code.jpg");
  25. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react/jsx-runtime */ "webpack/container/remote/react/jsx-runtime");
  26. /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__);
  27. var H5 = function H5() {
  28. return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_tarojs_components__WEBPACK_IMPORTED_MODULE_3__.View, {
  29. children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(_tarojs_components__WEBPACK_IMPORTED_MODULE_3__.Image, {
  30. src: "../../image/code.jpg",
  31. showMenuByLongpress: true
  32. })
  33. });
  34. };
  35. /* harmony default export */ __webpack_exports__["default"] = (H5);
  36. /***/ }),
  37. /***/ "./src/plugin/pages/h5/index.tsx":
  38. /*!***************************************!*\
  39. !*** ./src/plugin/pages/h5/index.tsx ***!
  40. \***************************************/
  41. /***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
  42. /* harmony import */ var _tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @tarojs/plugin-platform-weapp/dist/runtime */ "webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime");
  43. /* harmony import */ var _tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_tarojs_plugin_platform_weapp_dist_runtime__WEBPACK_IMPORTED_MODULE_0__);
  44. /* harmony import */ var _tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @tarojs/plugin-framework-react/dist/runtime */ "webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime");
  45. /* harmony import */ var _tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_1__);
  46. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ "webpack/container/remote/react");
  47. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__);
  48. /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-dom */ "webpack/container/remote/react-dom");
  49. /* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(react_dom__WEBPACK_IMPORTED_MODULE_3__);
  50. var component = (__webpack_require__(/*! !!../../../../node_modules/@tarojs/taro-loader/lib/entry-cache.js?name=plugin/pages/h5/index!./index.tsx */ "./node_modules/@tarojs/taro-loader/lib/entry-cache.js?name=plugin/pages/h5/index!./src/plugin/pages/h5/index.tsx")["default"])
  51. var config = {"isNewBlended":false};
  52. var inst = Component((0,_tarojs_plugin_framework_react_dist_runtime__WEBPACK_IMPORTED_MODULE_1__.createNativeComponentConfig)(component, react__WEBPACK_IMPORTED_MODULE_2__, (react_dom__WEBPACK_IMPORTED_MODULE_3___default()), config))
  53. /* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = (component);
  54. /***/ }),
  55. /***/ "./src/plugin/image/code.jpg":
  56. /*!***********************************!*\
  57. !*** ./src/plugin/image/code.jpg ***!
  58. \***********************************/
  59. /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
  60. module.exports = __webpack_require__.p + "plugin/image/code.jpg";
  61. /***/ })
  62. },
  63. /******/ function(__webpack_require__) { // webpackRuntimeModules
  64. /******/ var __webpack_exec__ = function(moduleId) { return __webpack_require__(__webpack_require__.s = moduleId); }
  65. /******/ __webpack_require__.O(0, ["plugin/taro","plugin/common"], function() { return __webpack_exec__("./src/plugin/pages/h5/index.tsx"); });
  66. /******/ var __webpack_exports__ = __webpack_require__.O();
  67. /******/ }
  68. ]);;;
  69. //# sourceMappingURL=index.js.map