Commit 2b58484c authored by mqf_0707's avatar mqf_0707

任务加入会员优化

parent 003cb934
......@@ -115,7 +115,7 @@ export default function TasksModal(props) {
}
const onAuthSuccess = () => {
setMemberShopVisible(false)
doCompleteTaskHandle('member')
fetchTaskList()
}
const onAuthFail = () => {
setMemberShopVisible(false)
......
......@@ -72,7 +72,7 @@ function MyPrizeList() {
// 复制编码
const handleCopyId = async(text) => {
await setClipboard({ text })
await setClipboard(text)
commonToast('复制成功')
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment