Li Ming

Results 14 issues of Li Ming

when i using luarocks install cltorch , i not working , and when i see the docs about clotch ,it said: IMPORTANT! THIS HAS CHANGED. Please install a specific Torch...

both use speed-measure and add-asset-html , would cause ``` compiling Cannot read property 'toPromise' of undefined ``` i don't know why ,

一个弹出框体,框体总会需要判断某些提交前再允许提交, dialog

增加了一个 页面: ``` export default function Login(props) { const user = Cookie.get('user'); const {loggedIn, login } = useLogin(); if(user){ login(user); props.history.replace('/home/index') } return {loggedIn ? '跳转中...' : '正在跳转登录...'} ; }...

小程序页面简单,不同页面可能会有部分相同的函数功能和部分相同的html(类似小程序template),单纯封装成组件,又过度设计和时间不允许,是不是可以提供一个接口暴露出page某个函数可以被其他page使用~ 我现在采用的办法是提取到一个公共的common文件中,需要用到再export出来,或者可以探讨下提取到common才是合理的,再去做暴露的功能也是过度设计!! 谢谢

如题 ,page页面内部 onAwake this 显示null; 另外page里面有个onAppShow, 这个函数只有当前页面从后台切换前台才会执行,和onAwake功能重叠了?

希望增加一个全局通信监听功能..目前$emitter只能页面内和子组件中使用

**Describe the bug** **env:** - pip 21.0.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9) - Mac bigSur 11.2.2 **bash:** run pip install -r requirements_client.txt **error:** ERROR: Could not find a version that satisfies...

mac

楼主不会所有公司都打过交道吧?

From/index.js onControlChange 函数中 应该先执行 if (this.props.onControlChange) { this.props.onControlChange(name, value); } 再执行 this._validate 的检测的~