Commit 272b0c2c authored by 罗超's avatar 罗超

1

parent 729fa5e6
...@@ -344,6 +344,10 @@ export default { ...@@ -344,6 +344,10 @@ export default {
if (res) { if (res) {
callback(res); callback(res);
data.peaperDetail = res.Data; data.peaperDetail = res.Data;
uni.setStorage({
key: "paperData",
data: data.peaperDetail,
});
// console.log(90, res.Data.Paper.GroupList); // console.log(90, res.Data.Paper.GroupList);
} }
}, },
...@@ -359,6 +363,7 @@ export default { ...@@ -359,6 +363,7 @@ export default {
}, },
}; };
onMounted(() => { onMounted(() => {
console.log(366, data.peaperDetail);
getSystemInfo((res) => { getSystemInfo((res) => {
data.statusBarHeight = res.statusBarHeight; data.statusBarHeight = res.statusBarHeight;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment