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

uni.getStorageSync在支付宝小程序有bug #337

Closed
dutedehuai opened this issue Apr 23, 2019 · 2 comments
Closed

uni.getStorageSync在支付宝小程序有bug #337

dutedehuai opened this issue Apr 23, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@dutedehuai
Copy link

dutedehuai commented Apr 23, 2019

问题描述
uni.getStorageSync(key, value);在支付宝小程序有bug,当value为false或者0时,返回的是'',应该返回的时上次设置的value,比如上次设置了false,get就应该得到false,而不是''

image

@xiaoyucoding
Copy link

你可以测试一下,直接使用 my 开头的支付宝小程序的 API 组合使用,是否也是同样的现象。

@dutedehuai
Copy link
Author

用my开头的没有这个问题

@xiaoyucoding xiaoyucoding added the bug Something isn't working label Apr 25, 2019
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