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 @@
- +