In the process of getting Wechat user information in the login process of Wechat applet, it is necessary to carry out a num-ber of related asynchronous request operations to obtain the user's encrypted information, and then decrypt and return it. The tradi-tional nested method of asynchronous callback results in poor program readability and low program execution performance. Theemergence of Promise solves the problem of multiple asynchronous operation requests when Wechat applet obtains Wechat user in-formation. It divides the asynchronous request function more clearly, greatly improves the readability of the program, and providesgood error handling logic.