小程序云函数中用group分组查询,只能查询20条,怎么解决?
用滚动条每次加10加载,希望对您有帮助。
fetchNickYMCount: function() {
db.collection('findingList').aggregate()
.group({
_id: {
userName: '$userName',
writeYM: '$writeYM',
},
t: $.sum(1)
})
.sort({
_id:-1
})
.skip(this.data.s)
.limit(this.data.l)
.end()
.then(res => {
this.setData({
result: this.data.result.concat(res.list)
})
// console.log(this.data.result)
})
},
lower:function(){
this.setData({
s:this.data.s+10,
l:this.data.l+10
})
this.fetchNickYMCount()
},
WXML:
<scroll-view scroll-y="true" class="scoll-h" lower-threshold="100" bindscrolltolower="lower" style='height:878rpx;overflow-y: scroll;padding-top:1rpx;' >
<view class='history-table-wrap'>
<view class="table">
<view class="tr">
<view class="th th1">填写人</view>
<view class="th th2">填写年月</view>
<view class="th th3">共计</view>
</view>
<view class="tr" wx:for="{{result}}" wx:key="{{index}}">
<view class="td td1">{{item._id.userName}}</view>
<view class="td td2">{{item._id.writeYM}}</view>
<view class="td td3">{{item.t}}</view>
</view>
</view>
</view>
</scroll-view>
原创:https://www.panoramacn.com
源码网提供WordPress源码,帝国CMS源码discuz源码,微信小程序,小说源码,杰奇源码,thinkphp源码,ecshop模板源码,微擎模板源码,dede源码,织梦源码等。专业搭建小说网站,小说程序,杰奇系列,微信小说系列,app系列小说
免责声明,若由于商用引起版权纠纷,一切责任均由使用者承担。
您必须遵守我们的协议,如果您下载了该资源行为将被视为对《免责声明》全部内容的认可-> 联系客服 投诉资源www.panoramacn.com资源全部来自互联网收集,仅供用于学习和交流,请勿用于商业用途。如有侵权、不妥之处,请联系站长并出示版权证明以便删除。 敬请谅解! 侵权删帖/违法举报/投稿等事物联系邮箱:2640602276@qq.com未经允许不得转载:书荒源码源码网每日更新网站源码模板! » 小程序云函数中用group分组查询,只能查询20条,怎么解决?
关注我们小说电影免费看关注我们,获取更多的全网素材资源,有趣有料!120000+人已关注
评论抢沙发