diff --git a/src/project/sanjianxi/AppApplyPoint/AppApplyPoint.vue b/src/project/sanjianxi/AppApplyPoint/AppApplyPoint.vue index 6fc63ba..8ff49fb 100644 --- a/src/project/sanjianxi/AppApplyPoint/AppApplyPoint.vue +++ b/src/project/sanjianxi/AppApplyPoint/AppApplyPoint.vue @@ -131,9 +131,12 @@ export default { font-family: PingFangSC-Regular, PingFang SC; color: #999; line-height: 36px; - overflow:hidden; - white-space: nowrap; + overflow: hidden; + overflow-wrap: break-word; text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; } .left{ width: 480px; diff --git a/src/project/sanjianxi/AppApplyPoint/add.vue b/src/project/sanjianxi/AppApplyPoint/add.vue index ac6ac8d..6a37437 100644 --- a/src/project/sanjianxi/AppApplyPoint/add.vue +++ b/src/project/sanjianxi/AppApplyPoint/add.vue @@ -43,7 +43,8 @@ export default { integralRuleName: '', typeList: [], - showTypeSelect: false + showTypeSelect: false, + flag: false }; }, onLoad(options) { @@ -66,6 +67,10 @@ export default { files: this.fileList, partyId: this.user.partyId } + if(this.flag) { + return + } + this.flag = true this.$instance.post(`/app/apppartyintegraldeclare/addOrUpdate`, params).then((res) => { if(res.code == 0) { this.$u.toast('申请成功') @@ -111,6 +116,7 @@ export default { font-size: 34px; font-family: PingFangSC-Regular, PingFang SC; line-height: 48px; + width: 500px; } } .title{ @@ -144,6 +150,7 @@ export default { left: 0; width: 100%; padding: 16px 32px; + background-color: #f3f6f9; .btn{ width: 686px; height: 88px; diff --git a/src/project/sanjianxi/AppApplyPoint/detail.vue b/src/project/sanjianxi/AppApplyPoint/detail.vue index af13b8c..b644c2b 100644 --- a/src/project/sanjianxi/AppApplyPoint/detail.vue +++ b/src/project/sanjianxi/AppApplyPoint/detail.vue @@ -32,7 +32,7 @@
{{item.description}}
{{item.createTime.substring(0, 16)}}