feat(custom): 大转盘增加结算动画
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user