签到需要优化

This commit is contained in:
bobobobo
2025-12-29 22:38:25 +08:00
parent 417bfe235f
commit 8fe2079446
7 changed files with 412 additions and 272 deletions

View File

@@ -1,6 +1,7 @@
<script setup>
import { reactive, ref } from 'vue'
import { onPageScroll } from '@dcloudio/uni-app'
import { navigateTo } from '@/utils/router'
const MAX_SCROLL = 446
@@ -42,6 +43,7 @@
:color="topIcon.rightColor"
type="camera"
size="24"
@click="navigateTo('/pages/discover/dynamic/release')"
></uni-icons>
</template>
</nav-bar>