|
|
|
@ -43,6 +43,7 @@ export const CancelSubPopup = (props: Props) => { |
|
|
|
|
|
|
|
|
|
|
|
const { |
|
|
|
const { |
|
|
|
access_to, |
|
|
|
access_to, |
|
|
|
|
|
|
|
is_gpay, |
|
|
|
lexic, |
|
|
|
lexic, |
|
|
|
option_sys_name, |
|
|
|
option_sys_name, |
|
|
|
} = subscribe |
|
|
|
} = subscribe |
|
|
|
@ -65,6 +66,12 @@ export const CancelSubPopup = (props: Props) => { |
|
|
|
</HeaderTitle> |
|
|
|
</HeaderTitle> |
|
|
|
</Header> |
|
|
|
</Header> |
|
|
|
<Body> |
|
|
|
<Body> |
|
|
|
|
|
|
|
{is_gpay ? ( |
|
|
|
|
|
|
|
<Text> |
|
|
|
|
|
|
|
<T9n t='is_gpay' /> |
|
|
|
|
|
|
|
</Text> |
|
|
|
|
|
|
|
) : ( |
|
|
|
|
|
|
|
<> |
|
|
|
<Text> |
|
|
|
<Text> |
|
|
|
<T9n t='if_you_cancel' /> |
|
|
|
<T9n t='if_you_cancel' /> |
|
|
|
</Text> |
|
|
|
</Text> |
|
|
|
@ -91,6 +98,8 @@ export const CancelSubPopup = (props: Props) => { |
|
|
|
<T9n t='save_sub' /> |
|
|
|
<T9n t='save_sub' /> |
|
|
|
</ScSaveSubBtn> |
|
|
|
</ScSaveSubBtn> |
|
|
|
</Footer> |
|
|
|
</Footer> |
|
|
|
|
|
|
|
</> |
|
|
|
|
|
|
|
)} |
|
|
|
</Body> |
|
|
|
</Body> |
|
|
|
</> |
|
|
|
</> |
|
|
|
)} |
|
|
|
)} |
|
|
|
|