diff --git a/pages/components/my-notice-tg.vue b/pages/components/my-notice-tg.vue
index 5185925..a12c875 100644
--- a/pages/components/my-notice-tg.vue
+++ b/pages/components/my-notice-tg.vue
@@ -218,11 +218,11 @@
padding: 0 20rpx 0 20rpx;
.dl-item-box {
- height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 337rpx);
+ height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 344rpx);
padding-top: 20rpx;
isplay: flex;
flex-direction: column;
}
}
}
-
+
\ No newline at end of file
diff --git a/pages/components/my-notice.vue b/pages/components/my-notice.vue
index 8ebf780..186ce27 100644
--- a/pages/components/my-notice.vue
+++ b/pages/components/my-notice.vue
@@ -207,7 +207,7 @@
padding: 0 20rpx 0 20rpx;
.dl-item-box {
- height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 337rpx);
+ height: calc(100vh - var(--status-bar-height) - var(--window-bottom) - 344rpx);
isplay: flex;
flex-direction: column;
}
diff --git a/pages/notice/public-notice.vue b/pages/notice/public-notice.vue
index 5f6a485..6f612a3 100644
--- a/pages/notice/public-notice.vue
+++ b/pages/notice/public-notice.vue
@@ -204,8 +204,10 @@
通告明细
-
+
+
@@ -270,9 +272,11 @@
saveNotice,
getNoticeDetail
} from '@/api/business/notice';
+ import fuckTextarea from '@/components/fuck-textarea/fuck-textarea.vue'
export default {
components: {
navigationBarVue,
+ fuckTextarea
},
data() {
return {
@@ -503,6 +507,9 @@
if (this.validForm(this.dataObj)) {
return
}
+ let str = this.dataObj.detail.replace(/\n|\r\n/g, "
")
+ console.log(str, "str")
+ this.dataObj.detail = str
//草稿状态
this.dataObj.approvalStatus = '8'
if (this.fileList && this.fileList.length > 0) {
@@ -1075,3 +1082,4 @@
margin-right: 0 !important;
}
+
diff --git a/pages/notice/report-list.vue b/pages/notice/report-list.vue
index e63aeba..401aab3 100644
--- a/pages/notice/report-list.vue
+++ b/pages/notice/report-list.vue
@@ -214,7 +214,7 @@
* 上滑加载数据
*/
onReachBottomCus() {
- let quertData = {}
+ let queryData = {}
if (this.menuIndex == 0) {
queryData = this.waitingParams
} else if (this.menuIndex == 1) {
@@ -234,7 +234,7 @@
* 下拉刷新数据
*/
onRefresherrefresh() {
- let quertData = {}
+ let queryData = {}
if (this.menuIndex == 0) {
queryData = this.waitingParams
} else if (this.menuIndex == 1) {