细节优化

This commit is contained in:
devil
2020-02-12 12:12:43 +08:00
parent 63f05f6999
commit 06e9531fcb
12 changed files with 104 additions and 47 deletions

View File

@ -283,7 +283,7 @@ App({
my.hideLoading();
if (res.data.code == 0) {
var data = res.data.data;
if((data.is_alipay_user_exist || 0) == 1)
if((data.is_user_exist || 0) == 1)
{
my.setStorage({
key: self.data.cache_user_info_key,