How to load data blocks on classified merchandise pages

clipboard.png

how to load classified goods quickly?
and the item on the sliding right assuming that the category is gone and automatically jumps to the next category while changing on the left

Aug.15,2021

load problems
maintain a global store
every time you enter to check whether there is classified data, request api, if you have no use and save it

{
    'id': {
        '': {},
        '': {
            'id': ''
        }
    }
}

menu switch
I don't know if you use any framework, but the logic is probably

  1. determine whether the right side slips to the bottom, scrollTop < = scrollHeight-offsetHeight

2. After sliding to the bottom, trigger the left menu switch

Menu