摘要:
setStorageSync同步存储 uni.setStorageSync("username","lty") 同步读取 let res=uni.getStorageSync("username") this.username=res setStorage //异步存储 uni.setStorage 阅读全文
摘要:
官方参考文档:https://uniapp.dcloud.io/api/ui/prompt?id=showtoast 一、成功提示弹框 在执行增、删、改、查等提交成功后弹出提示。 uni.showToast({ title: '成功提示', //将值设置为 success 或者直接不用写icon这个 阅读全文