|
@@ -231,8 +231,8 @@ class TurnChainUtil { |
|
|
RouterUtil.openWebview(webUrl, context); |
|
|
RouterUtil.openWebview(webUrl, context); |
|
|
rlt = true; |
|
|
rlt = true; |
|
|
} else { |
|
|
} else { |
|
|
|
|
|
|
|
|
tradeResult = await FlutterAlibc.openByUrl(url: openAppUrl,schemeType: provider==GlobalConfig.PROVIDER_TB?AlibcSchemeType.AlibcSchemeTaoBao:AlibcSchemeType.AlibcSchemeTmall,); |
|
|
|
|
|
|
|
|
// IOS强制用淘宝打开 |
|
|
|
|
|
tradeResult = await FlutterAlibc.openByUrl(url: openAppUrl, schemeType: AlibcSchemeType.AlibcSchemeTaoBao); |
|
|
rlt = true; |
|
|
rlt = true; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|