problem description
in project development, you like to save some data selected by users. Storage local cache is used here. The next time you open Mini Program, you can use storage to obtain and assign values to data data. However, every time you modify and save, you have to modify both the data in data and the data in storage, which feels bloated. I would like to ask the bosses what method they use to deal with this problem, and perhaps there is no such binding that automatically changes the data in the storage when changing the data.