fix: 增加断点
This commit is contained in:
parent
4488da1536
commit
8c8dff7052
|
@ -169,6 +169,7 @@
|
||||||
}
|
}
|
||||||
let res = await req.axiosPost('/key/products', params);
|
let res = await req.axiosPost('/key/products', params);
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
|
debugger
|
||||||
// 如果不账号领取 直接过
|
// 如果不账号领取 直接过
|
||||||
if (res.data[0].type !== 1 && res.data[0].entity.receive_mode === 1) {
|
if (res.data[0].type !== 1 && res.data[0].entity.receive_mode === 1) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
Loading…
Reference in New Issue