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() {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user