yshkk / shanbay-mina

基于wepy框架的“扇贝阅读”微信小程序
176 stars 57 forks source link

onPullDownRefresh失效 #3

Open kingicecream opened 6 years ago

kingicecream commented 6 years ago

开发者工具1.02.1802080,onPullDownRefresh失效 https://github.com/yshkk/shanbay-mina/blob/593742b93aa84a7b190a96027399b251bf2701f0/src/pages/index.wpy#L105 改成config = { navigationBarTitleText: 'News Lite', enablePullDownRefresh: true }才生效。

yshkk commented 6 years ago

不好意思之前放假没注意看,我刚刚检查了一下,还真是这样的,但是官方说的“需要在 config 的 window 选项中开启 enablePullDownRefresh ” ,所以我也困惑了=。=确实enablePullDownRefresh直接在config层级才会生效