|
@@ -33,7 +33,7 @@ const { data: taskData, run: getTaskData } = useRequest(() => getTasks({}), {
|
|
|
const menus = ref([
|
|
|
{ title: '积分明细', icon: integral, path: '/pages/mine/points/index' },
|
|
|
{ title: '优惠券包', icon: coupon, path: '/pages/mine/coupons/index' },
|
|
|
- { title: '我的订单', icon: order },
|
|
|
+ { title: '我的订单', icon: order, path: '/pages/mine/orders/index' },
|
|
|
{ title: '专属客服', icon: agent },
|
|
|
{ title: '个人设置', icon: setting, path: '/pages/mine/setting/index' },
|
|
|
])
|
|
@@ -99,7 +99,7 @@ onMounted(async () => {
|
|
|
})
|
|
|
const navBarProps = ref({ customClass: 'bg-transparent!' })
|
|
|
onPageScroll(({ scrollTop }: { scrollTop: number }) => {
|
|
|
- console.log(scrollTop)
|
|
|
+ // console.log(scrollTop)
|
|
|
navBarProps.value.customClass = scrollTop === 0 ? 'bg-transparent!' : ''
|
|
|
})
|
|
|
</script>
|
|
@@ -119,13 +119,6 @@ onPageScroll(({ scrollTop }: { scrollTop: number }) => {
|
|
|
</wd-button>
|
|
|
</template>
|
|
|
</wd-navbar>
|
|
|
- <!-- <StartMenuButton>
|
|
|
- <div class="flex">
|
|
|
- <wd-button type="text" size="small" custom-class="p-0!" :round="false">
|
|
|
- <wd-img width="25" height="25" :src="scan" custom-class="vertical-bottom"></wd-img>
|
|
|
- </wd-button>
|
|
|
- </div>
|
|
|
- </StartMenuButton> -->
|
|
|
<div
|
|
|
class="bg-black/30 backdrop-blur-[60px] flex flex-col justify-end box-border bg-[url(https://image.zhuchaohui.com/zhucaohui/723968e69b86768f546f5df6cf03f25e2aa5c989e4f781a4fe90079dedd39fdd.jpg)]"
|
|
|
:class="[userInfo.userStatusEnabled ? 'aspect-[0.94/1] pb-44' : 'aspect-[1.15/1] pb-20']"
|