This commit is contained in:
杨航
2025-11-25 11:10:46 +08:00
parent 71486ddbda
commit 5fb219839f
@@ -69,7 +69,7 @@ export default function usePointsAndBadge() {
* @param {string|null} taskId - 任务ID
* @param {Function} complete - 完成回调(status, message, data
*/
const pointAndBadgesRun = async (type, taskId = null, complete = () => {}) => {
const pointAndBadgesRun = async (type, taskId = '', complete = () => {}) => {
try {
console.log('调用积分接口');