Skip to content

ranking的demo中初始化未赋值 #922

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

Closed
cseYang opened this issue Dec 20, 2024 · 3 comments
Closed

ranking的demo中初始化未赋值 #922

cseYang opened this issue Dec 20, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@cseYang
Copy link

cseYang commented Dec 20, 2024

描述Bug

//此接口创建对象后并未对私有变量openDataContext赋值。
private void InitOpenDataContext()
{
    if (openDataContext == null)
    {
        WXOpenDataContext openDataContext = WX.GetOpenDataContext(new OpenDataContextOption
        {
            sharedCanvasMode = selectedCanvasType
        });
    }
}

运行环境

windows
@cseYang cseYang added the bug Something isn't working label Dec 20, 2024
@0oQiaoo0
Copy link
Contributor

0oQiaoo0 commented Jan 8, 2025

已修复

@0oQiaoo0 0oQiaoo0 closed this as completed Jan 8, 2025
@cseYang
Copy link
Author

cseYang commented Jan 8, 2025

已修复

image还是没赋值啊

@0oQiaoo0
Copy link
Contributor

0oQiaoo0 commented Jan 8, 2025

#937
请稍等 在PR流程中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants