@@ -280,6 +280,7 @@
</div>
+ <div style="width: 100%; height: 30px; position: fixed; color: red;">{{state.detail.validity}}</div>
</template>
<script>
@@ -642,6 +643,7 @@ const handleStatusPage = () => {
if (state.detail.myReceived.taskFinishStatus == 0) {
// 显示任务未完成页面
showOpenedPage()
+ getValidity()
//如果 任务完成状态 = 已经完成
} else if (state.detail.myReceived.taskFinishStatus == 1) {
// 领取到空红包
@@ -592,7 +592,7 @@ const modalConfirm = () => {
</script>
-<style lang="scss">
+<style lang="scss" scoped>
html,
body {
padding: 0 !important;