diff --git a/App.vue b/App.vue index caa9aaf..a331742 100644 --- a/App.vue +++ b/App.vue @@ -5,7 +5,7 @@ import {reactive, provide, inject} from 'vue' //定义全局数据 const globalData = reactive({ appName: '超邦手工单系统', - appIcon: 'https://jl-td.oss-cn-chengdu.aliyuncs.com/uploads/20230621/444e73968f4c666bdadbe2e1f8e3ba63.png', + appIcon: 'https://jl-td.oss-cn-chengdu.aliyuncs.com/uploads/20250325/77e65857af564c0dda57e1a195da19c3.png', statusBarH: '', customBarH: '' }) diff --git a/components/me-button/me-button.vue b/components/me-button/me-button.vue index da52a06..47648b2 100644 --- a/components/me-button/me-button.vue +++ b/components/me-button/me-button.vue @@ -14,19 +14,19 @@ - {{ text }} + {{ text }} - {{ text }} + {{ text }} @@ -83,6 +83,12 @@ const props = defineProps({ type: String, required: false, default: 'var(--themeColor)', + }, + //按钮文本颜色 + textColor: { + type: String, + required: false, + default: '#FFFFFF', } }); @@ -128,6 +134,10 @@ const submit = () => { text-align: center; color: transparent; transition: background .2s ease; + .text { + height: 96rpx; + line-height: 96rpx; + } } .btn-active { color: #FFFFFF; diff --git a/components/me-empty-space/me-empty-space.vue b/components/me-empty-space/me-empty-space.vue new file mode 100644 index 0000000..4e767fb --- /dev/null +++ b/components/me-empty-space/me-empty-space.vue @@ -0,0 +1,19 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 7cf00ae..2d97930 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,13 @@ { "pages": [ + { + "path" : "pages/index/index", + "style" : + { + "navigationBarTitleText" : "接单大厅", + "navigationStyle": "custom" + } + }, { "path" : "pages/user/login", "style" : @@ -8,13 +16,6 @@ "disableScroll": true } }, - { - "path" : "pages/index/index", - "style" : - { - "navigationBarTitleText" : "接单大厅" - } - }, { "path" : "pages/workbench/workbench", "style" : diff --git a/pages/index/index.vue b/pages/index/index.vue index 8183fd0..3571bd9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,22 +1,254 @@ - -