From 3ea7b3dfd888e757f703da7fbeeaf5ae1d36873c Mon Sep 17 00:00:00 2001 From: eric Date: Sun, 13 Nov 2022 18:25:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=81=E8=A3=85=E5=A2=9E=E5=88=A0?= =?UTF-8?q?=E6=9F=A5=E6=94=B9=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/app.js | 2 +- dist/base.wxml | 4 ++ dist/common.js | 2 +- dist/common.js.LICENSE.txt | 4 ++ dist/pages/home/index.js | 2 +- dist/pages/home/index.js.LICENSE.txt | 2 + dist/pages/mountainPeak/index.js | 2 +- dist/pages/mountainPeak/index.js.LICENSE.txt | 2 + dist/pages/mountainPeak/index.wxss | 12 ++++ dist/project.private.config.json | 16 ----- dist/taro.js | 2 +- src/app.ts | 17 +++++- src/pages/home/index.tsx | 17 +++++- src/pages/mountainPeak/index.scss | 5 ++ src/pages/mountainPeak/index.tsx | 36 +++++++++-- src/utils/index.ts | 63 ++++++++++++++++++++ 16 files changed, 157 insertions(+), 31 deletions(-) delete mode 100644 dist/project.private.config.json create mode 100644 src/pages/mountainPeak/index.scss create mode 100644 src/utils/index.ts diff --git a/dist/app.js b/dist/app.js index 05cc3cf..fe49317 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"),s=r("./node_modules/@babel/runtime/helpers/esm/inherits.js"),u=r("./node_modules/@babel/runtime/helpers/esm/createSuper.js"),a=r("webpack/container/remote/react"),i=function(e){(0,s.default)(App,e);var t=(0,u.default)(App);function App(){return(0,n.default)(this,App),t.apply(this,arguments)}return(0,o.default)(App,[{key:"componentDidMount",value:function componentDidMount(){}},{key:"componentDidShow",value:function componentDidShow(){}},{key:"componentDidHide",value:function componentDidHide(){}},{key:"render",value:function render(){return this.props.children}}]),App}(a.Component);t.default=i},"./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"),s=r("webpack/container/remote/@tarojs/taro"),u=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),p={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=p;App((0,o.createReactApp)(u.default,a,l(),p));(0,s.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 + +