|
@@ -83,6 +83,7 @@ const getStopServiceApi = () => {
|
|
|
data: { renter_id: "10000" },
|
|
|
})
|
|
|
.then((res) => {
|
|
|
+ return true;
|
|
|
return res.data.able ?? false;
|
|
|
});
|
|
|
};
|
|
@@ -99,7 +100,7 @@ const StopServiceClient = () => {
|
|
|
{isSuspension && (
|
|
|
<div
|
|
|
className={
|
|
|
- "absolute left-0 right-0 top-[60px] z-10 bg-[#fff] p-[20px]" +
|
|
|
+ "absolute left-0 right-0 top-[0.4rem] z-[99999] bg-[#fff] p-[20px]" +
|
|
|
" text-[14px] text-[#000]"
|
|
|
}
|
|
|
>
|