|
@@ -81,7 +81,7 @@ import profile_car_order from "~/assets/img/profile/profile_car_order.png";
|
|
|
import profile_visa_order from "~/assets/img/profile/profile_visa_order.png";
|
|
|
import profile_my_comment from "~/assets/img/profile/profile_my_comment.png";
|
|
|
import {formatNumber} from "~/utils/formatNumber";
|
|
|
-const route = useRoute();
|
|
|
+
|
|
|
const userInfoStore = useUserInfoStore();
|
|
|
const {userInfo} = storeToRefs(userInfoStore);
|
|
|
|