수정
This commit is contained in:
@@ -36,7 +36,7 @@ import { useStore } from '@/shared/model/store';
|
||||
|
||||
export const InfoWrap = () => {
|
||||
const { t } = useTranslation();
|
||||
const midOptions = useStore.getState().UserStore.selectOptionsMidsWithoutGids;
|
||||
const midOptions = useStore.getState().UserStore.selectOptionsMids;
|
||||
const userMid = useStore.getState().UserStore.mid;
|
||||
let midItem = midOptions.filter((value, index) => {
|
||||
return value.value === userMid;
|
||||
@@ -209,7 +209,7 @@ export const InfoWrap = () => {
|
||||
callPaymentIntallmentDetail(cardCompany);
|
||||
};
|
||||
useEffect(() => {
|
||||
if(mid){
|
||||
if(!!mid){
|
||||
callPaymentCard();
|
||||
callPaymentNonCard();
|
||||
callPaymentIntallment();
|
||||
|
||||
Reference in New Issue
Block a user