Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xyxBooking-weapp
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
2026-01-16 10:05:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5dc463d72f4ce890de5695a80970a18e65b0b32c
5dc463d7
1 parent
6d0b7bcc
style: 统一跳转函数间的空行格式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/pages/index/index.vue
src/pages/index/index.vue
View file @
5dc463d
<!--
* @Date: 2023-06-21 10:23:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-01-16 0
1:02:45
* @LastEditTime: 2026-01-16 0
9:24:14
* @FilePath: /xyxBooking-weapp/src/pages/index/index.vue
* @Description: 预约页首页
-->
...
...
@@ -217,11 +217,13 @@ const toBooking = () => { // 跳转到预约须知
}
go('/notice');
}
const toCode = () => { // 跳转到预约码
Taro.redirectTo({
url: '/pages/bookingCode/index'
})
}
const toMy = () => { // 跳转到我的
Taro.redirectTo({
url: '/pages/me/index'
...
...
Please
register
or
login
to post a comment