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 => {