fix:调整重复进行绑定时,不显示接口回复的弹窗
This commit is contained in:
parent
8e6b1a047b
commit
3a2721c96e
@ -2707,7 +2707,8 @@ class ApiProvider extends BaseProvider {
|
|||||||
'starchartPeerPublicKey': starchartPeerPublicKey,
|
'starchartPeerPublicKey': starchartPeerPublicKey,
|
||||||
'starchartPeerPrivateKey': starchartPeerPrivateKey,
|
'starchartPeerPrivateKey': starchartPeerPrivateKey,
|
||||||
}),
|
}),
|
||||||
isUnShowLoading: true);
|
isUnShowLoading: true,
|
||||||
|
isShowNetworkErrorMsg: false);
|
||||||
}
|
}
|
||||||
|
|
||||||
extension ExtensionString on String {
|
extension ExtensionString on String {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user