Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-07-16 09:51:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
345db81fdf78953d33fd794a0007c0867abe4c00
345db81f
1 parent
6af84e4e
feat: 添加最新上架点击跳转功能
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
src/pages/index/index.vue
src/pages/index/index.vue
View file @
345db81
<!--
* @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')
...
...
Please
register
or
login
to post a comment