hookehuyr

feat: 添加最新上架点击跳转功能

<!--
* @Date: 2025-06-28 10:33:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-07-16 09:37:40
* @LastEditTime: 2025-07-16 09:50:03
* @FilePath: /jgdl/src/pages/index/index.vue
* @Description: 捡个电驴首页
-->
......@@ -121,6 +121,15 @@ const onGoodCarClick = () => {
})
}
/**
* 点击最新上架
*/
const onNewCarClick = () => {
Taro.navigateTo({
url: '/pages/newCarList/index'
})
}
// 生命周期钩子
useDidShow(() => {
console.warn('index onShow')
......