From 6b0baef36c95f0faab302c14a44c75bcc41a9490 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 31 Jul 2023 14:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BE=E6=8A=A5=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=80=81=E6=88=91=E7=9A=84-=E5=A4=B4=E5=83=8F?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E3=80=81=E8=BD=AC=E5=8F=91=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E8=B0=83=E6=95=B4=E3=80=81=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E8=BA=AB=E4=BB=BD=E6=A0=B7=E5=BC=8F=E7=9A=84=E5=BD=B1?= =?UTF-8?q?=E5=93=8D=E3=80=81=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/edit/choosingIdentity.vue | 1 + src/components/public/report.vue | 2 +- src/components/public/transmitBtn.vue | 8 ++++--- src/views/edit.vue | 27 +++++++++++++++--------- src/views/user.vue | 2 +- 5 files changed, 25 insertions(+), 15 deletions(-) diff --git a/src/components/edit/choosingIdentity.vue b/src/components/edit/choosingIdentity.vue index 869e604..2192c24 100644 --- a/src/components/edit/choosingIdentity.vue +++ b/src/components/edit/choosingIdentity.vue @@ -169,6 +169,7 @@ let confirmIntermediary = (isintermediary) => { -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529); + line-height: normal; } .pop-header { diff --git a/src/components/public/report.vue b/src/components/public/report.vue index 2594879..02e04fd 100644 --- a/src/components/public/report.vue +++ b/src/components/public/report.vue @@ -36,7 +36,7 @@ import { ElMessage } from 'element-plus' let show = ref(false) let text = ref("") -let reasonList = ref(['广告', '辱骂', '重复发送', '不良信息', '其他']) +let reasonList = ref(['广告、恶意灌水', '欺诈、色情、违规内容', '信息过时、不实信息、侵权', '功能异常、产品建议', '其他']) let checkList = ref([]) const { proxy } = getCurrentInstance() diff --git a/src/components/public/transmitBtn.vue b/src/components/public/transmitBtn.vue index eac2cfe..a178d85 100644 --- a/src/components/public/transmitBtn.vue +++ b/src/components/public/transmitBtn.vue @@ -136,7 +136,7 @@ const copy = () => { .transmit-unfold-box .transmit-item .transmit-QRCode-box { width: 198px; - height: 128px; + // height: 128px; flex-direction: column; padding: 20px 0; display: flex; @@ -144,8 +144,9 @@ const copy = () => { } .transmit-unfold-box .transmit-item .transmit-QRCode-box .QRCode { - width: 98px; - height: 98px; + // width: 98px; + // height: 98px; + height: 130px; margin: 0 auto; } @@ -155,6 +156,7 @@ const copy = () => { justify-content: center; font-size: 14px; text-align: center; + margin-top: 20px; } .transmit-unfold-box .transmit-item .transmit-QRCode-box .hint .saoma-icom { diff --git a/src/views/edit.vue b/src/views/edit.vue index fac6c8c..b882c36 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -78,7 +78,7 @@
-
{{ item.unit }}
@@ -586,9 +586,9 @@
- +
- +
发布成功
@@ -607,14 +607,14 @@ src="@/assets/img/edit/black-tick.svg" />随时随地使用小程序发布和管理房源
- 查看刚刚发布的{{ intermediary == 6 ? '求' : '' }}房源 +
查看刚刚发布的{{ intermediary == 6 ? '求' : '' }}房源
- +
- +
发布成功 @@ -626,15 +626,15 @@
欢迎使用
寄托港校租小程序
- 查看刚刚发布的求房源 +
查看刚刚发布的求房源
- +
- +
发布成功
@@ -650,7 +650,7 @@
一键切换房源上架/下架状态
做房源认证,不占用普通房源发布数
- 查看刚刚发布的{{ intermediary == 6 ? '求' : '' }}房源 +
查看刚刚发布的{{ intermediary == 6 ? '求' : '' }}房源
@@ -1194,6 +1194,7 @@ export default { } this.qrcodeBase64 = data['qrcode'] this.skipUrl = data['url'] + this.uniqid = data['uniqid'] if (this.isbindweixin != 1) this.succeedPopState = 1 else { @@ -1368,6 +1369,12 @@ export default { return false }, + // 跳转 + skipDetails(){ + this.$router.push(`/detail?id=${this.uniqid}`) + }, + + }, diff --git a/src/views/user.vue b/src/views/user.vue index 5456ff0..f5ce7ca 100644 --- a/src/views/user.vue +++ b/src/views/user.vue @@ -4,7 +4,7 @@