feat: 添加商品详情占位文件

This commit is contained in:
jqtmviyu 2025-04-21 13:34:21 +08:00
parent ce5572de06
commit 94c0feec43
3 changed files with 16 additions and 3 deletions

View File

@ -53,6 +53,12 @@
"style": { "style": {
"navigationBarTitleText": "hot" "navigationBarTitleText": "hot"
} }
},
{
"path": "pages/goods/goods",
"style": {
"navigationBarTitleText": "goods"
}
} }
], ],
// //

View File

@ -0,0 +1,7 @@
<template>
<view class="goods">goods</view>
</template>
<script setup lang="ts"></script>
<style lang="scss"></style>

View File

@ -47,10 +47,10 @@ const getHotList = async () => {
hotList.value = res.result hotList.value = res.result
} }
// //
//
const guessRef = ref<JbcGuessInstance>() const guessRef = ref<JbcGuessInstance>()
//
//
const onScrollToLower = () => { const onScrollToLower = () => {
guessRef.value?.getMore() guessRef.value?.getMore()
} }