The server did not do paging processing in Mini Program how to do paging.

problem description

I just came into contact with Mini Program and didn"t know how to do paging
my idea: do processing on the interface, change offset into variables, and then let it add itself. It is impossible to automatically increase the data of offset each time it is pulled and loaded.

related codes

let numbers=numbers+200
url:"xxxxoffset="+numbers+"limit=200"

what result do you expect? What is the error message actually seen?

ask the gods how to pull up and load Mini Program without paging on the server

Mar.04,2022
Menu