|
@@ -456,6 +456,10 @@ class MemberController extends BaseController implements PaymentStatusCallback {
|
|
|
} else {
|
|
} else {
|
|
|
LoadingDialog.hide();
|
|
LoadingDialog.hide();
|
|
|
print('购买失败: ${result['error']}');
|
|
print('购买失败: ${result['error']}');
|
|
|
|
|
+ if (Platform.isIOS) {
|
|
|
|
|
+ ToastUtil.show("支付失败,请稍后重试");
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
showBackPaymentFailureDialog();
|
|
showBackPaymentFailureDialog();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|