Commit a2eba94a authored by 罗超's avatar 罗超

1

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