摘要:
Collection.orderBy / Query.orderBy 指定查询排序条件 方法签名如下: function orderBy(fieldName: string, order: string): Collection | Query 方法接受一个必填字符串参数fieldName用于定义需 阅读全文
posted @ 2020-02-04 15:53
GoodCoder666
阅读(139)
评论(0)
推荐(0)
摘要:
因为仅有onPullDownRefresh是不行的,需要配置: 如果是单个页面需要onPullDownRefresh,在对应页面的json文件中设置"enablePullDownRefresh": true,如: { "backgroundTextStyle": "light", "navigati 阅读全文
posted @ 2020-02-04 13:10
GoodCoder666
阅读(615)
评论(0)
推荐(0)