wip: test
This commit is contained in:
@@ -134,8 +134,10 @@ const countdownFn = () => {
|
||||
|
||||
if (m === 0 && s === 0) {
|
||||
clearInterval(timeId.value)
|
||||
get_list()
|
||||
get_info()
|
||||
setTimeout(() => {
|
||||
get_list()
|
||||
get_info()
|
||||
}, 3000)
|
||||
}
|
||||
isKj.value = m === 0 && s < 40 ? true : false
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</text>
|
||||
</view>
|
||||
<view>开奖时间: {{ item.preDrawTime }}</view>
|
||||
<view>开奖数字: {{ item.drawIssue }}</view>
|
||||
<view>开奖数字: {{ item.drawName }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -99,6 +99,9 @@ const getData = async () => {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.taro_page {
|
||||
background-color: #f5f5f5 !important;
|
||||
}
|
||||
.app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -102,6 +102,9 @@ const getData = async () => {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.taro_page {
|
||||
background-color: #f5f5f5 !important;
|
||||
}
|
||||
.app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user