diff --git a/src/components/sp-page/index.js b/src/components/sp-page/index.js
index 5ebabc966..85a30959a 100644
--- a/src/components/sp-page/index.js
+++ b/src/components/sp-page/index.js
@@ -439,7 +439,7 @@ const SpPage = memo(
{/* 没有页面自动义头部配置样式,自动生成自定义导航 */}
{state.customNavigation && RenderCustomNavigation()}
- {!props.isDefault && (
+ {!props.isDefault &&!props.loading&& (
{props.children}
)}
+ {props.loading && }
{props.renderFooter && (
))}
-
+ {info&&
{enMarketPrice && info?.marketFee > 0 && (
} />
)}
@@ -759,11 +759,10 @@ function TradeDetail(props) {
}
})()}
/>
-
+ }
{/*
*/}
- {console.log(info, 'info------')}
{info?.prescriptionStatus > 0 && !supplement && (
@@ -822,7 +821,7 @@ function TradeDetail(props) {
)}
-
+ {info&&
订单信息
)}
{cancelData && }
-
+ }