Commit a2eba94a authored by 罗超's avatar 罗超

1

parent 95390366
......@@ -96,11 +96,12 @@ export default {
Sort,
},
setup(props, context) {
let Gid = uni.getStorageSync("userInfo").Id;
let { refs } = getCurrentInstance();
let data = reactive({
time: 2 * 60 * 60 * 1000,
statusBarHeight: 0,
msg: { PaperId: 30, Id: 11 },
msg: { GuestId: Gid, PaperId: 6, Id: 3 },
peaperDetail: {},
});
let methods = {
......
......@@ -76,7 +76,6 @@ export default {
},
setup() {
let Gid = uni.getStorageSync("userInfo").Id;
console.log(77, Gid);
let data = reactive({
pageState: "more",
examList: [
......
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