WeChat mini program cloud development data lazy loading + breaking the limit on the number of data returned by the cloud database

 

Table of contents

Lazy loading of data

 Break the limit on the number of items returned by the data table


Lazy loading of data

show.wxml

<view wx:for="{
  
   
   {Adata}}" wx:key="index" style="padding: 80rpx 10rpx 140rpx;border-bottom: rgb(109, 134, 134) 2px solid;">
  <view style="margin-left: 20px;">
    <view style="font-size: 30rpx;color: brown;">ID:{
  
   
   

Guess you like

Origin blog.csdn.net/lbcyllqj/article/details/132789285