feat(custom): 大转盘增加结算动画

This commit is contained in:
2024-01-14 18:35:22 +08:00
parent e4908909bd
commit 45e2265bb1
7 changed files with 2927 additions and 3332 deletions

View File

@@ -100,7 +100,6 @@ const getData = async () => {
}/userTurntableRecord?uid=${Taro.getStorageSync('uid')}`,
method: 'GET',
success: ({ data: res }) => {
console.log(res)
list.value = res.data.data || []
},
})
@@ -109,7 +108,7 @@ const getData = async () => {
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.taro_page {
background-color: #f5f5f5 !important;
}