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

1

parent 729fa5e6
......@@ -344,6 +344,10 @@ export default {
if (res) {
callback(res);
data.peaperDetail = res.Data;
uni.setStorage({
key: "paperData",
data: data.peaperDetail,
});
// console.log(90, res.Data.Paper.GroupList);
}
},
......@@ -359,6 +363,7 @@ export default {
},
};
onMounted(() => {
console.log(366, data.peaperDetail);
getSystemInfo((res) => {
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