wip: test

This commit is contained in:
2023-12-29 23:47:27 +08:00
parent f472206954
commit 6ef544992b
3 changed files with 11 additions and 3 deletions

View File

@@ -134,8 +134,10 @@ const countdownFn = () => {
if (m === 0 && s === 0) { if (m === 0 && s === 0) {
clearInterval(timeId.value) clearInterval(timeId.value)
setTimeout(() => {
get_list() get_list()
get_info() get_info()
}, 3000)
} }
isKj.value = m === 0 && s < 40 ? true : false isKj.value = m === 0 && s < 40 ? true : false
} }

View File

@@ -16,7 +16,7 @@
</text> </text>
</view> </view>
<view>开奖时间: {{ item.preDrawTime }}</view> <view>开奖时间: {{ item.preDrawTime }}</view>
<view>开奖数字: {{ item.drawIssue }}</view> <view>开奖数字: {{ item.drawName }}</view>
</view> </view>
</view> </view>
</template> </template>
@@ -99,6 +99,9 @@ const getData = async () => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.taro_page {
background-color: #f5f5f5 !important;
}
.app { .app {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

View File

@@ -102,6 +102,9 @@ const getData = async () => {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.taro_page {
background-color: #f5f5f5 !important;
}
.app { .app {
display: flex; display: flex;
flex-direction: column; flex-direction: column;