Skip to content

Commit

Permalink
!118 update wx
Browse files Browse the repository at this point in the history
Merge pull request !118 from 幻想/update-wx
  • Loading branch information
huanxiangspace authored and gitee-org committed Jul 17, 2024
2 parents da7566c + b184b29 commit aa74b65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified documents/resources/wxgroup.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion www/src/views/user/assets/drop/Init.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const pageLoading = usePageLoading()
const $route = useRoute()
const bg = 'url(/imgs/init-drop-bg.png)'
const userInfo = ref()
const lakeAmount = ref(0)
const lastMintTime = ref(0)
Expand Down Expand Up @@ -115,7 +117,7 @@ onMounted(() => {
<style lang="scss" scoped>
.page {
background: url('/imgs/init-drop-bg.png') center no-repeat;
background: v-bind('bg') center no-repeat;
background-size: cover;
position: absolute;
top: 0;
Expand Down

0 comments on commit aa74b65

Please sign in to comment.