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-23 15:13:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
421092061a5da1d634b5420f42d19b6fa4f84ad9
42109206
1 parent
8d6ad957
fix: 注释掉无权限时的返回上一页操作
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/sell/index.vue
src/pages/sell/index.vue
View file @
4210920
...
...
@@ -1123,7 +1123,7 @@ onMounted(async () => {
showToast: false,
autoRedirect: false
})
// 如果没有权限,显示确认弹窗
if (!hasPermission) {
Taro.showModal({
...
...
@@ -1139,13 +1139,13 @@ onMounted(async () => {
})
} else {
// 用户点击关闭,返回上一页
Taro.navigateBack()
//
Taro.navigateBack()
}
}
})
return
}
// 加载基础数据
await Promise.all([
loadSchools(),
...
...
Please
register
or
login
to post a comment