|
@@ -626,9 +626,6 @@ class MemberController extends BaseController implements PaymentStatusCallback {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void errorPayToast(int? errno) {
|
|
void errorPayToast(int? errno) {
|
|
|
- if (errno == null) {
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
if (errno == AgilePayCode.payCodeNotSupport) {
|
|
if (errno == AgilePayCode.payCodeNotSupport) {
|
|
|
ToastUtil.show(StringName.payNotSupport);
|
|
ToastUtil.show(StringName.payNotSupport);
|
|
|
} else if (errno == AgilePayCode.payCodeCancelError) {
|
|
} else if (errno == AgilePayCode.payCodeCancelError) {
|