1
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</uni-nav-bar>
|
||||
|
||||
<view class="content">
|
||||
<ai-analysis-dashboard-body
|
||||
<soft-sales-scenario
|
||||
:content-top="computedContentTop || contentTop"
|
||||
:content-bottom="contentBottom"
|
||||
/>
|
||||
@@ -28,7 +28,7 @@
|
||||
// #ifdef APP
|
||||
import statusBar from "@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar";
|
||||
// #endif
|
||||
import AiAnalysisDashboardBody from '@/components/ai-analysis-dashboard-body.vue';
|
||||
import SoftSalesScenario from '@/components/soft_sales_scenario.vue';
|
||||
|
||||
// 注意:子包组件不使用 import 导入,而是通过 componentPlaceholder 配置
|
||||
// 这样可以确保子包异步加载时组件能正确找到
|
||||
@@ -74,12 +74,12 @@ export default {
|
||||
// #ifdef APP
|
||||
components: {
|
||||
statusBar,
|
||||
AiAnalysisDashboardBody,
|
||||
SoftSalesScenario,
|
||||
},
|
||||
// #endif
|
||||
// #ifndef APP
|
||||
components: {
|
||||
AiAnalysisDashboardBody,
|
||||
SoftSalesScenario,
|
||||
},
|
||||
// #endif
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user