fix: 增加断点

This commit is contained in:
zhangds 2024-02-28 17:01:59 +08:00
parent 4488da1536
commit 8c8dff7052
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@
}
let res = await req.axiosPost('/key/products', params);
if (res.code === 200) {
debugger
// 如果不账号领取 直接过
if (res.data[0].type !== 1 && res.data[0].entity.receive_mode === 1) {
setTimeout(() => {