Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
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-04-16 18:05:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2176aa88febea285de5070ba8c5a86d613e5e3f
d2176aa8
1 parent
f26864b3
fix(OrdersPage): 替换支付功能跳转为提示信息
由于支付功能暂未开放,将跳转至支付页面的逻辑替换为提示信息,避免用户误操作
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/profile/OrdersPage.vue
src/views/profile/OrdersPage.vue
View file @
d2176aa
...
...
@@ -207,7 +207,7 @@ const onLoad = async () => {
// 支付订单
const handlePay = (order) => {
router.push(`/checkout/${order.id}`)
showToast('支付功能暂未开放');
}
// 查看订单详情
...
...
Please
register
or
login
to post a comment