Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use uuid.valuse instead of dump.values #8587

Merged
merged 2 commits into from
Apr 29, 2021
Merged

use uuid.valuse instead of dump.values #8587

merged 2 commits into from
Apr 29, 2021

Conversation

chichinohaha
Copy link
Contributor

Re: cocos-creator/3d-tasks#

Changelog:
*

-->

if (this.dump.values) {
values = this.dump.values;
}
let uuids = this.dump.value.uuid.values || [this.dump.value.uuid.value];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let 改为 const

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

if (this.dump.values) {
values = this.dump.values;
}
let uuids = this.dump.value.uuid.values || [this.dump.value.uuid.value];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let 改为 const

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@chichinohaha chichinohaha requested a review from arsen2010 April 29, 2021 02:23
@SantyWang SantyWang merged commit cba7bcb into cocos:v3.1-release Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants