Commit 2b58484c authored by mqf_0707's avatar mqf_0707

任务加入会员优化

parent 003cb934
...@@ -115,7 +115,7 @@ export default function TasksModal(props) { ...@@ -115,7 +115,7 @@ export default function TasksModal(props) {
} }
const onAuthSuccess = () => { const onAuthSuccess = () => {
setMemberShopVisible(false) setMemberShopVisible(false)
doCompleteTaskHandle('member') fetchTaskList()
} }
const onAuthFail = () => { const onAuthFail = () => {
setMemberShopVisible(false) setMemberShopVisible(false)
......
...@@ -72,7 +72,7 @@ function MyPrizeList() { ...@@ -72,7 +72,7 @@ function MyPrizeList() {
// 复制编码 // 复制编码
const handleCopyId = async(text) => { const handleCopyId = async(text) => {
await setClipboard({ text }) await setClipboard(text)
commonToast('复制成功') 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