Browse Source

1、淘宝分享的错误解决

tags/0.0.14+1^0
PH2 3 years ago
parent
commit
e29c960f0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/util/turn_chain/turn_chain_util.dart

+ 1
- 1
lib/util/turn_chain/turn_chain_util.dart View File

@@ -332,7 +332,7 @@ class TurnChainUtil {
} }


/// 2、如果是淘宝,判断是否授权 /// 2、如果是淘宝,判断是否授权
if (provider == GlobalConfig.PROVIDER_TB || provider == GlobalConfig.PROVIDER_TM && !userInfoModel.isTBAuth) {
if ((provider == GlobalConfig.PROVIDER_TB || provider == GlobalConfig.PROVIDER_TM) && !userInfoModel.isTBAuth) {
TaobaoAuth.auth(context); TaobaoAuth.auth(context);
return null; return null;
} }


Loading…
Cancel
Save