07 2022 档案
摘要://点击的时候uni.navigateTo({ url:'../mine/index_info?item='+JSON.stringify(item)})//另一个页面接收时候onLoad(options) { this.option=JSON.parse(options.item) }
阅读全文
摘要:需求:h5登记用户信息页面,用户返回,信息能否保存下来手机物理键返回时,进行操作,将信息保存到本地缓存1.mounted生命周期挂载,完成后,判断浏览器是否支持popstate mounted() { // 如果支持 popstate 一般移动端都支持了 if (window.history &&
阅读全文