收藏
回答

"sitemapLocation": "sitemap.json"

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 工具 6.5.3 2.0.0

app.json里的代码

"window": {

"backgroundTextStyle": "dark",

"navigationBarBackgroundColor": "#fff",

"navigationBarTitleText": "小程序",

"navigationBarTextStyle": "black",

"enablepulldownrefresh":true

},

"sitemapLocation": "sitemap.json"

}


这样下拉刷新用不了,下拉没反应

最后句"sitemapLocation": "sitemap.json"

什么意思啊?


"enablepulldownrefresh":true

"enablePulldDownrRefresh":true

我把这个改成大写就可以了,为什么?

怎么我写代码没有自动补全功能啊?



最后一次编辑于  2019-05-14
回答关注问题邀请回答
收藏

3 个回答

  • 陈
    2019-05-14

    "enablepulldownrefresh":true

    "enablePulldDownrRefresh":true

    我把这个改成大写就可以了,为什么?

    怎么我写代码没有自动补全功能啊?

    2019-05-14
    有用
    回复 1
    • 游标卡尺
      游标卡尺
      2019-09-27
      命名约定吧,还是什么,反正我记得 Java里面有这种命名规定,但是那个都可以运行出来 只是约定,这不知道
      2019-09-27
      回复
  • 鲤子
    鲤子
    2019-05-13

    page.js也需要添加事件才可以

    2019-05-13
    有用
    回复
  • 拾忆
    拾忆
    2019-05-13

    https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/sitemap.html

    2019-05-13
    有用
    回复
登录 后发表内容