diff --git a/components/xuan-switch/xuan-switch-ditu.vue b/components/xuan-switch/xuan-switch-ditu.vue
index 132cb2b..cccc3f8 100644
--- a/components/xuan-switch/xuan-switch-ditu.vue
+++ b/components/xuan-switch/xuan-switch-ditu.vue
@@ -28,7 +28,7 @@
@@ -56,11 +56,11 @@ export default {
},
bj_color:{
type:String,
- default:'#F2F2F2'
+ default:'#fff'
},
checked_bj_color:{
type:String,
- default:'#1989fa'
+ default:'#8dddd0'
},
checked_color:{
type:String,
@@ -146,10 +146,11 @@ export default {
.switch-container {
display: flex;
flex-direction: row;
- width: 144rpx;
- height: 53rpx;
- background: #f7f7f7;
- border-radius: 27rpx;
+ width: 126rpx;
+ height: 48rpx;
+ background: #fff;
+ border: 1rpx #41b9a6 solid;
+ border-radius: 10rpx;
position: relative;
.switch_view{
position: absolute;
@@ -161,7 +162,7 @@ export default {
display: flex;
border-radius: 100upx;
.switch-item {
- color: #666;
+ color: #41b9a6;
font-size: 24upx;
height: 100%;
width: 40%;
diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue
index 259087c..0189e92 100644
--- a/my/gird/shoucang.vue
+++ b/my/gird/shoucang.vue
@@ -16,7 +16,7 @@
src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"
style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;">
-
+
更多照片
@@ -26,7 +26,15 @@
{{item.artificerName}}
+
+
+
+ {{item.status == 1?"可服务":"休息中"}}
+ {{item.time}}
+
+
+
@@ -260,19 +268,38 @@