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