获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 该系统版本最新微信中,删除小程序后,该小程序的storage没有清干净
该系统版本最新微信中,删除小程序后,该小程序的storage没有清干净,使用 storage 储存的token 还在
2023-11-27 - 小程序内所有Toast真机永远都是一闪而过,各种写法都试过了,怎么解决?
export function showToast(title) { // wx.hideLoading(); setTimeout(() => { wx.showToast({ title: title, icon:'none', duration:2000, mask:true, success:function (params) { // setTimeout(() => { // wx.hideToast(); // }, 2500); } }); }, 200); }
2023-09-11