修复报错
This commit is contained in:
@@ -737,7 +737,7 @@ function DrawProductionStagePrize() {
|
|||||||
async function PickUp(encryptPin = $.encryptPin, help = false) {
|
async function PickUp(encryptPin = $.encryptPin, help = false) {
|
||||||
$.pickUpMyselfComponent = true;
|
$.pickUpMyselfComponent = true;
|
||||||
const GetUserComponentRes = await GetUserComponent(encryptPin, 1500);
|
const GetUserComponentRes = await GetUserComponent(encryptPin, 1500);
|
||||||
if (GetUserComponentRes && GetUserComponentRes['ret'] === 0) {
|
if (GetUserComponentRes && GetUserComponentRes['ret'] === 0 && GetUserComponentRes['data']) {
|
||||||
const { componentList } = GetUserComponentRes['data'];
|
const { componentList } = GetUserComponentRes['data'];
|
||||||
if (componentList && componentList.length <= 0) {
|
if (componentList && componentList.length <= 0) {
|
||||||
if (help) {
|
if (help) {
|
||||||
|
|||||||
Reference in New Issue
Block a user