Showing
1 changed file
with
3 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-06-21 10:23:09 | 2 | * @Date: 2023-06-21 10:23:09 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2026-01-16 01:02:45 | 4 | + * @LastEditTime: 2026-01-16 09:24:14 |
| 5 | * @FilePath: /xyxBooking-weapp/src/pages/index/index.vue | 5 | * @FilePath: /xyxBooking-weapp/src/pages/index/index.vue |
| 6 | * @Description: 预约页首页 | 6 | * @Description: 预约页首页 |
| 7 | --> | 7 | --> |
| ... | @@ -217,11 +217,13 @@ const toBooking = () => { // 跳转到预约须知 | ... | @@ -217,11 +217,13 @@ const toBooking = () => { // 跳转到预约须知 |
| 217 | } | 217 | } |
| 218 | go('/notice'); | 218 | go('/notice'); |
| 219 | } | 219 | } |
| 220 | + | ||
| 220 | const toCode = () => { // 跳转到预约码 | 221 | const toCode = () => { // 跳转到预约码 |
| 221 | Taro.redirectTo({ | 222 | Taro.redirectTo({ |
| 222 | url: '/pages/bookingCode/index' | 223 | url: '/pages/bookingCode/index' |
| 223 | }) | 224 | }) |
| 224 | } | 225 | } |
| 226 | + | ||
| 225 | const toMy = () => { // 跳转到我的 | 227 | const toMy = () => { // 跳转到我的 |
| 226 | Taro.redirectTo({ | 228 | Taro.redirectTo({ |
| 227 | url: '/pages/me/index' | 229 | url: '/pages/me/index' | ... | ... |
-
Please register or login to post a comment