Skip to content

wx.setStorageSync调用失败 #2

@nardogit

Description

@nardogit

wx.setStorageSync(key, data) 接口调用失败,但,可以通过以下方式规避:

wx.batchSetStorage(BatchSetStorageOption()..kvList = [{"key": key, "value": data}])

失败错误提示如下:

211710665976_ pic
221710665986_ pic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions