时间:2019-04-29 来源:小程序工厂
你应该是要关掉授权,要让用户重新发起授权吧,目前貌似只能通过删除,或者右上角手动去关闭
写个按钮,按钮写个bindtap
/**
* 清除缓存
*/
clearAll() {
try {
wx.clearStorage({
success(res) {
console.log('ClareStorage:', res)
wx.showToast({
title: '成功',
icon: 'success',
duration: 2000
})
}
})
} catch (e) {}
},
至少调试时候用吧
正式上线就注册掉
不算麻烦
意思是删除微信小程序再重新进入缓存还在吗?