From dccbb2747357337098e2c11bef36e7089f7ed49d Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 13 Nov 2022 21:29:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B4=BB=E5=8A=A8=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/app.js | 2 +- dist/app.json | 2 +- .../activityList/components/details/index.js | 2 + .../components/details/index.js.LICENSE.txt | 15 ++++++++ .../components/details/index.json | 1 + .../components/details/index.wxml | 2 + dist/pages/activityList/index.js | 2 +- dist/pages/home/index.js | 2 +- src/app.config.ts | 1 + .../components/details/index.scss | 0 .../activityList/components/details/index.tsx | 8 ++++ src/pages/activityList/index.tsx | 33 ++++++++-------- src/pages/home/index.tsx | 38 ++++++++++--------- 13 files changed, 72 insertions(+), 36 deletions(-) create mode 100644 dist/pages/activityList/components/details/index.js create mode 100644 dist/pages/activityList/components/details/index.js.LICENSE.txt create mode 100644 dist/pages/activityList/components/details/index.json create mode 100644 dist/pages/activityList/components/details/index.wxml create mode 100644 src/pages/activityList/components/details/index.scss create mode 100644 src/pages/activityList/components/details/index.tsx diff --git a/dist/app.js b/dist/app.js index fe49317..9be4704 100644 --- a/dist/app.js +++ b/dist/app.js @@ -1,2 +1,2 @@ /*! For license information please see app.js.LICENSE.txt */ -"use strict";require("./prebundle/vendors-node_modules_taro_weapp_prebundle_antmjs_vantui_js.js"),require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-VXAYXK77_js.js"),require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-OEADN3SU_js.js"),require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-BS6JQHLA_js.js"),require("./prebundle/vendors-node_modules_taro_weapp_prebundle_tarojs_plugin-framework-react_dist_runtime_js.js"),require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-TUA3UK7E_js.js"),require("./prebundle/vendors-node_modules_taro_weapp_prebundle_chunk-LNJCN3VW_js.js"),require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_plugin-platform-weapp_dist_runtime_js.js"),require("./prebundle/node_modules_taro_weapp_prebundle_react_jsx-runtime_js.js"),require("./prebundle/remoteEntry.js"),require("./prebundle/node_modules_taro_weapp_prebundle_react_js.js"),require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_runtime_js.js"),require("./prebundle/node_modules_taro_weapp_prebundle_react-dom_js.js"),require("./prebundle/node_modules_taro_weapp_prebundle_tarojs_taro_js.js"),require("./common"),require("./vendors"),require("./taro"),require("./runtime"),(wx.webpackJsonp=wx.webpackJsonp||[]).push([["app"],{"./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[9].use[1]!./src/app.ts":function(e,t,r){var n=r("./node_modules/@babel/runtime/helpers/esm/classCallCheck.js"),o=r("./node_modules/@babel/runtime/helpers/esm/createClass.js"),u=r("./node_modules/@babel/runtime/helpers/esm/inherits.js"),s=r("./node_modules/@babel/runtime/helpers/esm/createSuper.js"),a=r("webpack/container/remote/@tarojs/taro"),i=r.n(a),l=r("webpack/container/remote/react"),d=function(e){(0,u.default)(App,e);var t=(0,s.default)(App);function App(){return(0,n.default)(this,App),t.apply(this,arguments)}return(0,o.default)(App,[{key:"componentDidMount",value:function componentDidMount(){i().cloud.init({env:"cloud1-5g5xrgza12a0dd6d",traceUser:!0}),new(i().cloud.Cloud)({resourceEnv:"cloud1-5g5xrgza12a0dd6d"}).init()}},{key:"componentDidShow",value:function componentDidShow(){}},{key:"componentDidHide",value:function componentDidHide(){}},{key:"render",value:function render(){return this.props.children}}]),App}(l.Component);t.default=d},"./src/app.ts":function(e,t,r){r("webpack/container/remote/@tarojs/plugin-platform-weapp/dist/runtime");var n=r("webpack/container/remote/@tarojs/runtime"),o=r("webpack/container/remote/@tarojs/plugin-framework-react/dist/runtime"),u=r("webpack/container/remote/@tarojs/taro"),s=r("./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??ruleSet[1].rules[9].use[1]!./src/app.ts"),a=r("webpack/container/remote/react"),i=r("webpack/container/remote/react-dom"),l=r.n(i),d={pages:["pages/home/index","pages/activityList/index","pages/mountainPeak/index","pages/my/index"],window:{backgroundTextStyle:"light",navigationBarBackgroundColor:"#fff",navigationBarTitleText:"WeChat",navigationBarTextStyle:"black"}};n.window.__taroAppConfig=d;App((0,o.createReactApp)(s.default,a,l(),d));(0,u.initPxTransform)({designWidth:750,deviceRatio:{640:1.17,750:1,828:.905}})},"./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js":function(e,t,r){function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}r.d(t,{default:function(){return _assertThisInitialized}})},"./node_modules/@babel/runtime/helpers/esm/classCallCheck.js":function(e,t,r){function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}r.d(t,{default:function(){return _classCallCheck}})},"./node_modules/@babel/runtime/helpers/esm/createClass.js":function(e,t,r){function _defineProperties(e,t){for(var r=0;r +