diff --git a/src/pages.json b/src/pages.json
index c1339f0..410feeb 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -121,7 +121,8 @@
{
"path": "pages/comprehensiveQuery/index",
"style": {
- "navigationBarTitleText": "综合查询"
+ "navigationBarTitleText": "custom",
+ "navigationStyle": "custom"
}
}
],
diff --git a/src/pages/comprehensiveQuery/components/photo-class.vue b/src/pages/comprehensiveQuery/components/photo-class.vue
new file mode 100644
index 0000000..9d42b9e
--- /dev/null
+++ b/src/pages/comprehensiveQuery/components/photo-class.vue
@@ -0,0 +1,79 @@
+
+
+
+ 照片分类
+
+
+
+
+ {{ icon.title }}
+ 5100张
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/comprehensiveQuery/components/photo-recent.vue b/src/pages/comprehensiveQuery/components/photo-recent.vue
new file mode 100644
index 0000000..a765261
--- /dev/null
+++ b/src/pages/comprehensiveQuery/components/photo-recent.vue
@@ -0,0 +1,251 @@
+
+
+
+
+ 最近上传
+ 我的收藏
+
+
+
+
+
+
+
+
+
+ 2024-02-06
+
+
+
+
+
+
+ {{ icon.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 原图下载
+ 水印下载
+
+
+
+
+
+
+
+
diff --git a/src/pages/comprehensiveQuery/components/photo-total.vue b/src/pages/comprehensiveQuery/components/photo-total.vue
new file mode 100644
index 0000000..740f855
--- /dev/null
+++ b/src/pages/comprehensiveQuery/components/photo-total.vue
@@ -0,0 +1,48 @@
+
+
+
+
+ 21,635,54 张
+ 照片总数
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/comprehensiveQuery/index.vue b/src/pages/comprehensiveQuery/index.vue
index 8c577af..6cff446 100644
--- a/src/pages/comprehensiveQuery/index.vue
+++ b/src/pages/comprehensiveQuery/index.vue
@@ -1,16 +1,287 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 高级筛选
+
+
+
+
+
+
+
+
+
+
+
+ {{ finish ? '没有更多数据了~' : '正在加载...' }}
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/coordinatePhotos/components/addAndEditForm.vue b/src/pages/coordinatePhotos/components/addAndEditForm.vue
index b5c424b..de1fccd 100644
--- a/src/pages/coordinatePhotos/components/addAndEditForm.vue
+++ b/src/pages/coordinatePhotos/components/addAndEditForm.vue
@@ -2,7 +2,7 @@
-
+
-
+
{
.validate()
.then(async (valid) => {
if (valid) {
- // uni.$u.toast('登录成功')
- // setTimeout(() => {
- // uni.switchTab({ url: '/pages/workbenches/index' })
- // }, 500)
- try {
- console.log(
- '%c🔍 登录请求入参 %c',
- 'background: linear-gradient(90deg, #FF6B6B, #4ECDC4); color: white; padding: 5px 10px; border-radius: 5px; font-weight: bold;',
- '',
- opinionModel.value,
- )
- const res = await loginApi(opinionModel.value)
- console.log(
- '%c🔍 登录请求出参 %c',
- 'background: linear-gradient(90deg, #FF6B6B, #4ECDC4); color: white; padding: 5px 10px; border-radius: 5px; font-weight: bold;',
- '',
- res,
- )
- sendLoading.value = false
- if (res.code === 200) {
- memberStore.setToken(res.token)
- uni.$u.toast('登录成功')
- getUserInfo()
- setTimeout(() => {
- uni.switchTab({ url: '/pages/workbenches/index' })
- }, 500)
- } else {
- uni.$u.toast('登录失败' + res.message)
- }
- } catch (error) {
- sendLoading.value = false
- }
+ uni.$u.toast('登录成功')
+ sendLoading.value = false
+ setTimeout(() => {
+ uni.switchTab({ url: '/pages/workbenches/index' })
+ }, 500)
+ // try {
+ // console.log(
+ // '%c🔍 登录请求入参 %c',
+ // 'background: linear-gradient(90deg, #FF6B6B, #4ECDC4); color: white; padding: 5px 10px; border-radius: 5px; font-weight: bold;',
+ // '',
+ // opinionModel.value,
+ // )
+ // const res = await loginApi(opinionModel.value)
+ // console.log(
+ // '%c🔍 登录请求出参 %c',
+ // 'background: linear-gradient(90deg, #FF6B6B, #4ECDC4); color: white; padding: 5px 10px; border-radius: 5px; font-weight: bold;',
+ // '',
+ // res,
+ // )
+ // sendLoading.value = false
+ // if (res.code === 200) {
+ // memberStore.setToken(res.token)
+ // uni.$u.toast('登录成功')
+ // getUserInfo()
+ // setTimeout(() => {
+ // uni.switchTab({ url: '/pages/workbenches/index' })
+ // }, 500)
+ // } else {
+ // uni.$u.toast('登录失败' + res.message)
+ // }
+ // } catch (error) {
+ // sendLoading.value = false
+ // }
}
})
.catch(() => {
// 处理验证错误
+ sendLoading.value = false
})
}, 500)
diff --git a/src/pages/my/index.vue b/src/pages/my/index.vue
index 47109e4..e4e8b86 100644
--- a/src/pages/my/index.vue
+++ b/src/pages/my/index.vue
@@ -85,13 +85,16 @@ const onCancelLogout = () => {
diff --git a/src/static/image/photo_total.png b/src/static/image/photo_total.png
new file mode 100644
index 0000000..fa32a50
Binary files /dev/null and b/src/static/image/photo_total.png differ
diff --git a/src/static/image/screen.png b/src/static/image/screen.png
new file mode 100644
index 0000000..787f6f5
Binary files /dev/null and b/src/static/image/screen.png differ