this._tabWidth = shared(innerWindowWidth / 3) // 通过 boundingClientRect 算也行
this._translateX = shared(0)
this._lastTranslateX = shared(0)
this._scaleX = shared(0.7)
this._windowWidth = shared(windowWidth)
我愚蠢到了自己,在文档里怎么也找不到相关说明。
如果有特别用户,可以在程序开头配例如:
let that=this 后面用 that_tabWidth 类似
是的,this是每个页面可以用的上下文,参考
https://blog.csdn.net/yexudengzhidao/article/details/100851105
this相关的知识属于js基础知识,微信开发文档肯定没有啊,建议从头开始学习js