"Food provision during the outbreak" - the WeChat Mini Program for Material Supply Platform.
Shuang Li,Aoyue Xu,Xue Pan,Yi Chen,Yan Wang
DOI: https://doi.org/10.1109/ISCID59865.2023.00048
2023-01-01
Abstract:Under the influence of the epidemic, in order to reduce the spread of the virus among the population, relevant departments have issued some epidemic prevention and control policies, restricting residents' shopping activities. Residents are unable to go to the mall to purchase goods by themselves, so they can use platforms such as the "Food provision during the outbreak" mini-program, Meituan, Ele.me, Hema Fresh, etc., to purchase necessary items. The mini-program is developed using WeChat Developer Tools. The front-end functions of this mini-program include the home page, store, search, messages, and personal modules, while the backend system includes the product procurement and delivery modules. The mini-program consists of three parts: the view layer, logic layer, and client. It adopts the MVC development pattern, and is composed of the client, mini-program API, database, and web server. The front-end of the mini-program is implemented using WXML,WXSS, and JavaScript.WXML is responsible for data binding and component style design, WXSS renders the component styles defined in WXML, and JavaScript handles application-level logic design. The backend of the mini-program uses MySQL database technology to organize and save data for ease of use.