componentDidShow() {
let arr = localStorage.getItem("answerList");
console.log(JSON.parse(arr), "answerList");
}
Taro+react开发(68):页面数据太长不走url走localstorage

componentDidShow() {
let arr = localStorage.getItem("answerList");
console.log(JSON.parse(arr), "answerList");
}