Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinhaitao
taobao-mini-template
Commits
2b58484c
Commit
2b58484c
authored
Apr 13, 2021
by
mqf_0707
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务加入会员优化
parent
003cb934
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
TasksModal.jsx
c_client/src/components/TasksModal/TasksModal.jsx
+1
-1
myPrize.jsx
c_client/src/pages/myPrize/myPrize.jsx
+1
-1
No files found.
c_client/src/components/TasksModal/TasksModal.jsx
View file @
2b58484c
...
...
@@ -115,7 +115,7 @@ export default function TasksModal(props) {
}
const
onAuthSuccess
=
()
=>
{
setMemberShopVisible
(
false
)
doCompleteTaskHandle
(
'member'
)
fetchTaskList
(
)
}
const
onAuthFail
=
()
=>
{
setMemberShopVisible
(
false
)
...
...
c_client/src/pages/myPrize/myPrize.jsx
View file @
2b58484c
...
...
@@ -72,7 +72,7 @@ function MyPrizeList() {
// 复制编码
const
handleCopyId
=
async
(
text
)
=>
{
await
setClipboard
(
{
text
}
)
await
setClipboard
(
text
)
commonToast
(
'复制成功'
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment