fix(user.vue): 修复编辑图标布局问题
fix(apartmentDetail.vue): 修正距离数组引用错误并添加调试日志 chore: 更新构建文件和删除旧CSS文件
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -1,4 +1,4 @@
|
|||||||
<!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="icon" href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/favicon.ico"/><title>港校租房</title><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/chunk-vendors.5bed831c.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/app.74b7ab80.js"></script><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/chunk-vendors.7885d77e.css" rel="stylesheet"><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/app.0cfa5b10.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but zufang doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://app.gter.net/bottom?tpl=header&menukey=fang"></script><div id="app"></div><div style="display: none;"><script>var _hmt = _hmt || []
|
<!doctype html><html lang=""><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="icon" href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/favicon.ico"/><title>港校租房</title><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/chunk-vendors.5bed831c.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/js/app.fa6123e6.js"></script><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/chunk-vendors.7885d77e.css" rel="stylesheet"><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang/css/app.0cfa5b10.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but zufang doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><script src="https://app.gter.net/bottom?tpl=header&menukey=fang"></script><div id="app"></div><div style="display: none;"><script>var _hmt = _hmt || []
|
||||||
;(function () {
|
;(function () {
|
||||||
var hm = document.createElement("script")
|
var hm = document.createElement("script")
|
||||||
hm.src = "//hm.baidu.com/hm.js?4bd66cbe45a640b607fe46c48f658746"
|
hm.src = "//hm.baidu.com/hm.js?4bd66cbe45a640b607fe46c48f658746"
|
||||||
|
|||||||
1
dist/js/app.74b7ab80.js
vendored
1
dist/js/app.74b7ab80.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/app.fa6123e6.js
vendored
Normal file
1
dist/js/app.fa6123e6.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/housing.88b44d74.js
vendored
1
dist/js/housing.88b44d74.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/housing.a40a8d5b.js
vendored
Normal file
1
dist/js/housing.a40a8d5b.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/js/user.5c002961.js
vendored
1
dist/js/user.5c002961.js
vendored
File diff suppressed because one or more lines are too long
1
dist/js/user.d0ff12b6.js
vendored
Normal file
1
dist/js/user.d0ff12b6.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -696,7 +696,7 @@
|
|||||||
<template v-if="item.distance > 0">{{ item.distance }}km</template>
|
<template v-if="item.distance > 0">{{ item.distance }}km</template>
|
||||||
</div>
|
</div>
|
||||||
<div class="vehicle flexflex flex1" v-if="distancePitch.distanceArr?.length > 0">
|
<div class="vehicle flexflex flex1" v-if="distancePitch.distanceArr?.length > 0">
|
||||||
<div class="item flexcenter" v-for="(item, index) in distancePitch.distanceArr" :key="index">{{
|
<div class="item flexcenter" v-for="(item, index) in item.distanceArr" :key="index">{{
|
||||||
item.text + item.duration }}</div>
|
item.text + item.duration }}</div>
|
||||||
<!-- <div class="item flexcenter" v-if="item.walking_duration > 0">
|
<!-- <div class="item flexcenter" v-if="item.walking_duration > 0">
|
||||||
步行{{ calculateDuration(item.walking_duration) }}
|
步行{{ calculateDuration(item.walking_duration) }}
|
||||||
@@ -1580,6 +1580,9 @@ const getMapDistance = () => {
|
|||||||
|
|
||||||
if (pitch == null) pitch = distance[0];
|
if (pitch == null) pitch = distance[0];
|
||||||
|
|
||||||
|
console.log("distance",distance);
|
||||||
|
|
||||||
|
|
||||||
distanceList.value = distance;
|
distanceList.value = distance;
|
||||||
distancePitch.value = pitch;
|
distancePitch.value = pitch;
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="info-user-box">
|
<div class="info-user-box">
|
||||||
<div class="info-user-top flexacenter">
|
<div class="info-user-top flexacenter">
|
||||||
<a href="https://bbs.gter.net/account.php?a=info" target="_blank" class="info-user-username">{{ user["nickname"] }}</a>
|
<a href="https://bbs.gter.net/account.php?a=info" target="_blank" class="info-user-username">{{ user["nickname"] }}</a>
|
||||||
<a href="https://bbs.gter.net/account.php?a=info" target="_blank">
|
<a class="flexacenter" href="https://bbs.gter.net/account.php?a=info" target="_blank">
|
||||||
<img class="info-user-edit" src="@/assets/img/publicImage/edit-pen.png" />
|
<img class="info-user-edit" src="@/assets/img/publicImage/edit-pen.png" />
|
||||||
</a>
|
</a>
|
||||||
<img class="info-user-certifying" v-if="user.intermediary == 1" src="@/assets/img/publicImage/certifying-agent.png" />
|
<img class="info-user-certifying" v-if="user.intermediary == 1" src="@/assets/img/publicImage/certifying-agent.png" />
|
||||||
|
|||||||
Reference in New Issue
Block a user