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