This commit is contained in:
zhonghua.li
2026-04-20 20:54:20 +08:00
parent 75209e15f1
commit 303315e840
5 changed files with 12 additions and 449 deletions

View File

@@ -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() {

View File

@@ -12,11 +12,6 @@
<text class="function-name">开始接待</text>
<text class="function-desc"></text>
</view>
<view class="function-item" @click="goReceptionInProgressPage('跳转服务中失败')">
<view class="function-icon">📌</view>
<text class="function-name">服务中</text>
<text class="function-desc"></text>
</view>
<view class="function-item" @click="goReceptionInProgressPage('跳转标签管理失败', 'tag')">
<view class="function-icon">🗂</view>
<text class="function-name">标签管理</text>

View File

@@ -19,7 +19,7 @@
:contentTop="contentTop"
:contentBottom="contentBottom"
/>
<ai-analysis-dashboard-body
<soft-sales-scenario
v-else-if="isSoftSalesScenario"
:content-top="contentTop"
:content-bottom="contentBottom"
@@ -42,7 +42,7 @@ import statusBar from '@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-stat
// #endif
import SalesScenarioNew from './components/sales_scenario_new.vue';
import SmallBeautifulSales from './components/small_beautiful_sales.vue';
import AiAnalysisDashboardBody from '@/components/ai-analysis-dashboard-body.vue';
import SoftSalesScenario from '@/components/soft_sales_scenario.vue';
function getSystemInfo() {
try {
@@ -64,7 +64,7 @@ export default {
// #endif
SalesScenarioNew,
SmallBeautifulSales,
AiAnalysisDashboardBody,
SoftSalesScenario,
},
data() {
const systemInfo = getSystemInfo();