收藏
回答

this._ 变量 是页面的私有变量?

      this._tabWidth = shared(innerWindowWidth / 3)       // 通过 boundingClientRect 算也行
      this._translateX = shared(0)
      this._lastTranslateX = shared(0)
      this._scaleX = shared(0.7)
      this._windowWidth = shared(windowWidth)


我愚蠢到了自己,在文档里怎么也找不到相关说明。


回答关注问题邀请回答
收藏

3 个回答

  • 朱兆恩(易做图)
    朱兆恩(易做图)
    09-21

    如果有特别用户,可以在程序开头配例如:

    let that=this 后面用 that_tabWidth 类似
    


    09-21
    有用
    回复
  • 一笑皆春
    一笑皆春
    09-21

    是的,this是每个页面可以用的上下文,参考

    https://blog.csdn.net/yexudengzhidao/article/details/100851105

    09-21
    有用
    回复
  • sun
    sun
    发表于小程序端
    09-21

    this相关的知识属于js基础知识,微信开发文档肯定没有啊,建议从头开始学习js

    09-21
    有用
    回复 2
    • 三毛
      三毛
      发表于移动端
      09-21
      我问的是私有变量,我问的是文档说明在哪,js还支持类,静态方法,...他这里都支持吗?
      09-21
      回复
    • 三毛
      三毛
      09-22
      你要是按照web栈 js , css , html 来开发小程序,处处踩坑,这玩意只是个阉割版本。
      09-22
      回复
登录 后发表内容