wx.setStorageSync(key, data) 接口调用失败,但,可以通过以下方式规避: wx.batchSetStorage(BatchSetStorageOption()..kvList = [{"key": key, "value": data}]) 失败错误提示如下:  