fix(routes): 修复提现页面路由问题
- 取消注释 app.config.ts 中提现页面路由注册 - 解决 navigateTo 提现页面找不到的问题 - 删除钱包页中跳转提现按钮相关代码 - 确保构建编译通过无错误
This commit is contained in:
@@ -82,3 +82,13 @@
|
||||
4. **底部按钮** — 确认按钮 + "提交即表示同意"声明
|
||||
|
||||
构建编译通过 ✓
|
||||
|
||||
## 提现页面路由修复(pages/user/withdraw/index not found)
|
||||
|
||||
### 问题
|
||||
`navigateTo:fail page "pages/user/withdraw/index" is not found` — app.config.ts 第45行提现页面路由被注释掉了
|
||||
|
||||
### 修复
|
||||
- **`src/app.config.ts`** — 取消注释 `pages/user/withdraw/index` 路由注册
|
||||
|
||||
构建编译通过 ✓
|
||||
|
||||
Reference in New Issue
Block a user