message.vue
6.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<template>
<view class="page">
<view style="position: absolute; top: 0; width: 100%;">
<image :src="$imgUrl('/bg.png')" style="width: 100%; height: 490rpx;border-radius: 0 0 40rpx 40rpx;"></image></view>
<view class="my-top">
<view class="head" :style="'background-color: rgba(38,197,112,'+(scrollTop/50)+');'">
<view class="logo-title">
<image :src="$imgUrl('/logo.png')" ></image>
</view>
<view class="title">
</view>
<view class="setting-mess"></view>
</view>
</view>
<view class="main">
<view class="message-list">
<view class="list" @click="toMsgList">
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg1.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>通知消息</text>
</view>
<view class="describe">
<view v-if="tableList.length>0" >
<view v-html="tableList[0].content"></view>
</view>
<view v-else >暂无</view>
<!-- <text>{{?tableList[0].content:''}}</text> -->
</view>
</view>
</view>
<view class="more">
<view class="icon-more">{{formatDateTime(tableList[0]?tableList[0].createdAt:'')}}</view>
</view>
</view>
<view class="list" @click="gopath('/pagesA/procedureList/procedureList?type=通知消息')">
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/xtxx.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>通知消息</text>
</view>
<view class="describe">
<view v-if="tzlist.length>0" >
<view v-if="tzlist[0].content.type == '2'">{{tzlist[0].content.title}}【图片】</view>
<view v-else >{{tzlist[0].content.title}}</view>
</view>
<view v-else >暂无</view>
<!-- <text>{{?tableList[0].content:''}}</text> -->
</view>
</view>
</view>
<view class="more">
<view class="more-num" v-if="tzlist.length>0">{{tzlist.length}}</view>
<view class="icon-more" v-if="tzlist.length>0">{{formatDateTime(tzlist[0]?tzlist[0].createTime:'')}}</view>
</view>
</view>
<view class="list" @click="gopath('/pagesA/procedureList/procedureList?type=租赁提醒')">
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/zlxx.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>租赁提醒</text>
</view>
<view class="describe">
<view v-if="zllist.length>0" >
<view v-if="zllist[0].content.type == '2'">{{zllist[0].content.title}}【图片】</view>
<view v-else >{{zllist[0].content.title}}</view>
</view>
<view v-else >暂无</view>
<!-- <text>{{?tableList[0].content:''}}</text> -->
</view>
</view>
</view>
<view class="more">
<view class="more-num" v-if="zllist.length>0">{{zllist.length}}</view>
<view class="icon-more" v-if="zllist.length>0">{{formatDateTime(zllist[0]?zllist[0].createTime:'')}}</view>
</view>
</view>
</view>
</view>
<!-- tabbar -->
<tabbar :tabBarShow="2"></tabbar>
</view>
</template>
<script>
import tabbar from '../../components/tabbar/tabbar.vue';
export default {
components: {
tabbar,
},
data() {
return {
scrollTop: 0,
tableList:[],
pagesize :{
pageNumber: 1,
pageSize: 2,
receiverMerchant:''
},
zllist:[],
tzlist:[]
}
},
onShow() {
const isLogin = uni.getStorageSync('token');
if (isLogin == '') {
// 如果未登录,跳转到登录页面
uni.navigateTo({
url: '/pages/login/login'
})
} else {
this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST',{"pageSize":10,pageNumber:0,phone:uni.getStorageSync('user').phone}).then(res => {
if(res.data.code == '20004' || res.data.code == '20003'){
uni.navigateTo({
url: '/pages/login/login'
})
}
})
}
},
onReady() {
uni.hideTabBar();
},
onPageScroll(e) {
this.scrollTop = e.scrollTop;
},
mounted() {
this.getALL()
},
onShow() {
this.getmsg()
},
methods:{
getmsg() {
this.zllist = []
this.tzlist = []
let info = {
// phone:uni.getStorageSync('user').phone,
phone:'18121815598',
isRead:'0'
}
this.$http.sendRequest('/cereMessage/viewMessage', 'POST',{...info,messageType:'租赁提醒'},1).then(res => {
let obj = res.data.data
for(let prop in obj) {
if(obj.hasOwnProperty(prop)) { // 确保只访问实例上的属性,不包括继承的
obj[prop][0].content = JSON.parse(obj[prop][0].content)
this.zllist.push(obj[prop][0])
}
}
this.zllist.reverse()
})
this.$http.sendRequest('/cereMessage/viewMessage', 'POST',{...info,messageType:'通知消息'},1).then(res => {
let obj = res.data.data
for(let prop in obj) {
if(obj.hasOwnProperty(prop)) { // 确保只访问实例上的属性,不包括继承的
obj[prop][0].content = JSON.parse(obj[prop][0].content)
this.tzlist.push(obj[prop][0])
}
}
this.tzlist.reverse()
console.error(this.tzlist)
})
},
formatDateTime(dateTimeString) {
// 将输入的日期时间字符串转换为Date对象
const inputDate = new Date(dateTimeString);
const now = new Date();
// 获取年、月、日来进行比较
const inputYear = inputDate.getFullYear();
const inputMonth = inputDate.getMonth();
const inputDay = inputDate.getDate();
const currentYear = now.getFullYear();
const currentMonth = now.getMonth();
const currentDay = now.getDate();
// 检查输入的日期是否为今天
const isToday = (inputYear === currentYear) && (inputMonth === currentMonth) && (inputDay === currentDay);
// 格式化时间为HH:mm
const hours = inputDate.getHours().toString().padStart(2, '0');
const minutes = inputDate.getMinutes().toString().padStart(2, '0');
const timeString = `${hours}:${minutes}`;
// 如果是今天,则在时间前面加上'今天'
return isToday ? `今天${timeString}` : timeString;
},
getALL(){
// this.pagesize.receiverMerchant = uni.getStorageSync('user').phone
this.$http.sendRequest('/cereMessageNotification/queryByPage','POST',this.pagesize,1).then(res => {
this.tableList =res.data.data.content
})
},
toDialogue(){
uni.navigateTo({
url:'/pages/dialogue/dialogue'
})
},
gopath(e) {
uni.navigateTo({
url:e
})
},
toMsgList(){
uni.navigateTo({
url:'/pages/procedureList/procedureList'
})
},
}
}
</script>
<style scoped lang="scss">
@import 'message.scss';
</style>