diff --git a/components/dForm/index.vue b/components/dForm/index.vue
index a5c0e1c..24ba612 100644
--- a/components/dForm/index.vue
+++ b/components/dForm/index.vue
@@ -12,10 +12,11 @@
-
-
-
+ :placeholder="item.placeholder" border="none">
+
+
+
+
@@ -35,10 +36,15 @@
:multiple="item.multiple" :maxCount="item.maxCount" :accept='item.accept'
:previewFullImage="item.previewFullImage">
+
+
+
+
+
-
+
提交
diff --git a/otherPages/authentication/components/popupSelect.vue b/otherPages/authentication/components/popupSelect.vue
new file mode 100644
index 0000000..dad2f22
--- /dev/null
+++ b/otherPages/authentication/components/popupSelect.vue
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/otherPages/authentication/connectAddress/detail.vue b/otherPages/authentication/connectAddress/detail.vue
new file mode 100644
index 0000000..e738748
--- /dev/null
+++ b/otherPages/authentication/connectAddress/detail.vue
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/otherPages/authentication/connectAddress/index.vue b/otherPages/authentication/connectAddress/index.vue
index d3dbdc0..c546a5a 100644
--- a/otherPages/authentication/connectAddress/index.vue
+++ b/otherPages/authentication/connectAddress/index.vue
@@ -1,53 +1,123 @@
-
-
- 普通喂养员可设置3个接单地址,优选喂养员可设置5个接单地址
-
-
-
- 四季阳光花城
-
-
- 接单范围:10km
+
+
+
+ 普通喂养员可设置3个接单地址,优选喂养员可设置5个接单地址
-
-
- 不接单日期
-
- 修改
-
+
+
+
+ {{ item.area }}
-
-
- 共0天:暂无不可接单日期
-
-
-
-
-
-
- 接单中
+
+ {{ `接单范围:${item.distance}km` }}
-
-
-
-
-
- 编辑
+
+
+ 不接单日期
+
+ 修改
+
+
+
+
+
+ {{ `共${item.disabledDate.length}天:` }}
+
+
+ {{ getDisabledDateDesc(item.disabledDate) }}
+
+
-
-
- 删除
+
+
+
+
+ 接单中
+
+
+
+
+
+
+ 编辑
+
+
+
+ 删除
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/otherPages/authentication/examination/start.vue b/otherPages/authentication/examination/start.vue
index 4fc9131..be64bbf 100644
--- a/otherPages/authentication/examination/start.vue
+++ b/otherPages/authentication/examination/start.vue
@@ -6,9 +6,9 @@
您选择的宠物类型
-
-
-
+
+
+
diff --git a/otherPages/authentication/list/index.vue b/otherPages/authentication/list/index.vue
index e32bb06..4975b07 100644
--- a/otherPages/authentication/list/index.vue
+++ b/otherPages/authentication/list/index.vue
@@ -53,20 +53,35 @@
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
@@ -192,7 +207,7 @@
};
const petType = ref()
- const onSelectPet = (type) => {
+ const onSelectPetType = (type) => {
petType.value = type
}
@@ -257,6 +272,12 @@
position: absolute;
top: 0;
left: 0;
+
+ &-icon {
+ position: absolute;
+ top: 14rpx;
+ right: 18rpx;
+ }
}
}
diff --git a/otherPages/authentication/serve/index.vue b/otherPages/authentication/serve/index.vue
index 7939c0a..857b5e6 100644
--- a/otherPages/authentication/serve/index.vue
+++ b/otherPages/authentication/serve/index.vue
@@ -1,65 +1,122 @@
-
-
- ❗完善服务信息和接单状态后,才可以开始接单哦!
+
+
+
+ 完善服务信息和接单状态后,才可以开始接单哦!
-
- 基本资料
+
+
+ 基本资料
+
+
+
+
+
+
+
-
-
- 点击更换头像
+
+
+
+ 展示信息
+ (重要)
+
+
+
+
+
+
+ {{ `${0}条` }}
+
+
+
+
+
-
-
- 展示信息
- (重要)
+
+
+ 服务资料
+
+
+
+
+
+
+ {{ typeDesc }}
+
+
+
+
+
+
+ {{ serveDesc }}
+
+
+
+
+
-
-
- 服务资料
+
+ 伴宠师查看服务酬劳、服务时长等规则
-
-
-
- 伴宠师查看服务酬劳、服务时长等规则
+
+
+
+
+
\ No newline at end of file
diff --git a/otherPages/authentication/serve/popupServeSelect.vue b/otherPages/authentication/serve/popupServeSelect.vue
new file mode 100644
index 0000000..1989f2e
--- /dev/null
+++ b/otherPages/authentication/serve/popupServeSelect.vue
@@ -0,0 +1,116 @@
+
+
+
+
+
+ {{ option.title }}
+ {{ option.desc }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/otherPages/authentication/serve/popupTypeSelect.vue b/otherPages/authentication/serve/popupTypeSelect.vue
new file mode 100644
index 0000000..c4af8db
--- /dev/null
+++ b/otherPages/authentication/serve/popupTypeSelect.vue
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/otherPages/authentication/serve/record.vue b/otherPages/authentication/serve/record.vue
index 5ae58b7..6428ba4 100644
--- a/otherPages/authentication/serve/record.vue
+++ b/otherPages/authentication/serve/record.vue
@@ -1,28 +1,49 @@
-
+
全部记录
-
+
+
+
+
-
-
\ No newline at end of file
diff --git a/otherPages/authentication/static/connectAddress/icon-empty.png b/otherPages/authentication/static/connectAddress/icon-empty.png
new file mode 100644
index 0000000..5352c68
Binary files /dev/null and b/otherPages/authentication/static/connectAddress/icon-empty.png differ
diff --git a/pages.json b/pages.json
index ccfaa1e..acb9e25 100644
--- a/pages.json
+++ b/pages.json
@@ -110,6 +110,11 @@
"style": {
"navigationBarTitleText": "接单地址"
}
+ }, {
+ "path": "connectAddress/detail",
+ "style": {
+ "navigationBarTitleText": "新增接单地址"
+ }
}]
},
{
diff --git a/otherPages/authentication/static/list/cat-active.png b/static/images/ydd/cat-active.png
similarity index 100%
rename from otherPages/authentication/static/list/cat-active.png
rename to static/images/ydd/cat-active.png
diff --git a/otherPages/authentication/static/list/cat.png b/static/images/ydd/cat.png
similarity index 100%
rename from otherPages/authentication/static/list/cat.png
rename to static/images/ydd/cat.png
diff --git a/otherPages/authentication/static/list/dog-active.png b/static/images/ydd/dog-active.png
similarity index 100%
rename from otherPages/authentication/static/list/dog-active.png
rename to static/images/ydd/dog-active.png
diff --git a/otherPages/authentication/static/list/dog.png b/static/images/ydd/dog.png
similarity index 100%
rename from otherPages/authentication/static/list/dog.png
rename to static/images/ydd/dog.png
diff --git a/otherPages/authentication/static/list/special-pet-active.png b/static/images/ydd/special-pet-active.png
similarity index 100%
rename from otherPages/authentication/static/list/special-pet-active.png
rename to static/images/ydd/special-pet-active.png
diff --git a/otherPages/authentication/static/list/special-pet.png b/static/images/ydd/special-pet.png
similarity index 100%
rename from otherPages/authentication/static/list/special-pet.png
rename to static/images/ydd/special-pet.png