From 556f40efe85addb22575616e0fb136a05175fb2d Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 27 Jul 2023 19:48:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/detail/imageWatch.vue | 2 +- src/components/public/login.vue | 6 ++++++ src/utils/axios.js | 2 +- src/views/apartmentDetail.vue | 2 +- src/views/housingView/apartment.vue | 1 + 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/detail/imageWatch.vue b/src/components/detail/imageWatch.vue index 33815cb..3f4a381 100644 --- a/src/components/detail/imageWatch.vue +++ b/src/components/detail/imageWatch.vue @@ -6,7 +6,7 @@
- +
diff --git a/src/components/public/login.vue b/src/components/public/login.vue index f3615ac..db45b70 100644 --- a/src/components/public/login.vue +++ b/src/components/public/login.vue @@ -100,12 +100,18 @@ const executeScripts = () => { left: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1111; + color: transparent; } .htmlCode * { box-sizing: content-box; } + +.htmlCode .registerNewApp { + color: #000; +} + .htmlCode .register .box, .htmlCode .register .box { border-radius: 10px; diff --git a/src/utils/axios.js b/src/utils/axios.js index 5594cd3..92b74e1 100644 --- a/src/utils/axios.js +++ b/src/utils/axios.js @@ -14,7 +14,7 @@ axios.interceptors.request.use( //响应拦截 showFullScreenLoading() // 开发时登录用的,可以直接替换小程序的 authorization // if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3" - if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" + // if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg" return config; }, error => { diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue index cf84022..abac8db 100644 --- a/src/views/apartmentDetail.vue +++ b/src/views/apartmentDetail.vue @@ -60,7 +60,7 @@
- +
diff --git a/src/views/housingView/apartment.vue b/src/views/housingView/apartment.vue index 674bc1f..0aad0b7 100644 --- a/src/views/housingView/apartment.vue +++ b/src/views/housingView/apartment.vue @@ -88,6 +88,7 @@ const getData = () => { requestLoading = true proxy.$get("/tenement/pc/api/apartment", { + limit:10, page, ...pitchValue }).then(res => {