司徒正美
司徒正美



根据npm源处理补丁组件的内外部组件的合并问题。内部组件比外部组件多了像日历等只有去哪儿网内部员工才能用的组件
以后有时间修修
就是说第二参数为空数组时,只会触发一次,如果不为空,那么根据是否变动触发
就是说第二参数为空数组时,只会触发一次,如果不为空,那么根据是否变动触发
先用这里的试试 https://github.com/RubyLouvre/anu/tree/branch3/dist
PageWrapper负责渲染titleBar, titleBar, 右上角菜单, 还应该监听页面的滚动 ```javascript /* .tabBar { border-style: solid; border-color: #ddd; border-top-width: 1px; position: fixed; bottom: 0; width: 100%; height: 110px; } .tabBar .tab { flex: 1; margin: 10px;...
页面的转换 ```javascript import React from '@react'; //import Welcome from '@components/Welcome/index'; import {GlobalTheme} from '@common/GlobalTheme'; import Layout from '@components/Layout/index'; import AnotherComponent from '@components/AnotherComponent/index'; import './index.scss'; class P extends React.Component { componentDidMount()...