清理无效文件。

This commit is contained in:
zhonghua1
2026-01-10 14:06:01 +08:00
parent 982e3ceec8
commit 46096dbb7e
3 changed files with 0 additions and 243 deletions

View File

@@ -1,81 +0,0 @@
<template>
<view class="page">
<!-- #ifdef APP -->
<statusBar></statusBar>
<!-- #endif -->
<!-- 导航栏 -->
<uni-nav-bar
:fixed="true"
:statusBar="true"
:border="false"
title="销售准备"
leftIcon="left"
@clickLeft="goBack"
color="#333"
backgroundColor="#FFFFFF">
</uni-nav-bar>
<view class="content">
<view class="empty-state">
<text class="empty-text">家具销售场景 - 销售准备功能开发中...</text>
</view>
</view>
</view>
</template>
<script>
// #ifdef APP
import statusBar from "@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar";
// #endif
export default {
// #ifdef APP
components: {
statusBar
},
// #endif
data() {
return {
}
},
onLoad() {
},
methods: {
goBack() {
uni.navigateBack();
}
}
}
</script>
<style scoped>
.page {
min-height: 100vh;
background-color: #F5F5F5;
}
.content {
padding-top: 44px;
padding: 44px 16px 20px;
}
.empty-state {
display: flex;
align-items: center;
justify-content: center;
min-height: 400px;
}
.empty-text {
font-size: 16px;
color: #999999;
}
</style>

View File

@@ -1,81 +0,0 @@
<template>
<view class="page">
<!-- #ifdef APP -->
<statusBar></statusBar>
<!-- #endif -->
<!-- 导航栏 -->
<uni-nav-bar
:fixed="true"
:statusBar="true"
:border="false"
title="销售过程"
leftIcon="left"
@clickLeft="goBack"
color="#333"
backgroundColor="#FFFFFF">
</uni-nav-bar>
<view class="content">
<view class="empty-state">
<text class="empty-text">家具销售场景 - 销售过程功能开发中...</text>
</view>
</view>
</view>
</template>
<script>
// #ifdef APP
import statusBar from "@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar";
// #endif
export default {
// #ifdef APP
components: {
statusBar
},
// #endif
data() {
return {
}
},
onLoad() {
},
methods: {
goBack() {
uni.navigateBack();
}
}
}
</script>
<style scoped>
.page {
min-height: 100vh;
background-color: #F5F5F5;
}
.content {
padding-top: 44px;
padding: 44px 16px 20px;
}
.empty-state {
display: flex;
align-items: center;
justify-content: center;
min-height: 400px;
}
.empty-text {
font-size: 16px;
color: #999999;
}
</style>

View File

@@ -1,81 +0,0 @@
<template>
<view class="page">
<!-- #ifdef APP -->
<statusBar></statusBar>
<!-- #endif -->
<!-- 导航栏 -->
<uni-nav-bar
:fixed="true"
:statusBar="true"
:border="false"
title="销售总结"
leftIcon="left"
@clickLeft="goBack"
color="#333"
backgroundColor="#FFFFFF">
</uni-nav-bar>
<view class="content">
<view class="empty-state">
<text class="empty-text">家具销售场景 - 销售总结功能开发中...</text>
</view>
</view>
</view>
</template>
<script>
// #ifdef APP
import statusBar from "@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar";
// #endif
export default {
// #ifdef APP
components: {
statusBar
},
// #endif
data() {
return {
}
},
onLoad() {
},
methods: {
goBack() {
uni.navigateBack();
}
}
}
</script>
<style scoped>
.page {
min-height: 100vh;
background-color: #F5F5F5;
}
.content {
padding-top: 44px;
padding: 44px 16px 20px;
}
.empty-state {
display: flex;
align-items: center;
justify-content: center;
min-height: 400px;
}
.empty-text {
font-size: 16px;
color: #999999;
}
</style>