onShareAppMessage里面如何通过异步获取数据然后返回?
onShareAppMessage: function (res) {
|
如上代码,如何才能通过异步获取数据后返回
我尝试过使用 async await 来解决,但是onShareAppMessage好像是不支持async 关键字
onShareAppMessage: function (res) {
|
如上代码,如何才能通过异步获取数据后返回
我尝试过使用 async await 来解决,但是onShareAppMessage好像是不支持async 关键字