修复功能(用户申请提现)

This commit is contained in:
2025-06-11 09:16:56 +08:00
parent a20fbe81e3
commit ae9886635d

View File

@ -113,7 +113,7 @@ Page({
}, 1000); // 延时1秒跳转
} else {
wx.showToast({
title: '提现失败,请重试',
title: res.data.message,
icon: 'none'
});
}