Commit b56dd3b4 authored by 罗超's avatar 罗超

1

parent e0dea9b7
......@@ -16,7 +16,7 @@
/>
<van-count-down
:time="time"
:auto-start="false"
:auto-start="true"
class="flex flex_center_center"
ref="countdown"
/>
......@@ -414,7 +414,6 @@ export default {
},
};
onMounted(() => {
methods.start();
getSystemInfo((res) => {
data.statusBarHeight = res.statusBarHeight;
});
......@@ -427,7 +426,7 @@ export default {
onLoad(options) {
this.msg.PaperId = options.PaperId;
this.msg.PublishId = options.Id;
console.log(414, this.msg);
console.log(414, this.selectComponent);
this.getPaperDetail();
},
};
......
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