3f535f30
杨鑫
'初始'
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<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">
|
e5b57447
杨鑫
'分包问卷'
|
18
|
<view class="list" @click="toMsgList">
|
3f535f30
杨鑫
'初始'
|
19
20
21
22
23
24
25
26
|
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg1.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>通知消息</text>
</view>
|
65478d1d
杨鑫
'最新'
|
27
|
|
3f535f30
杨鑫
'初始'
|
28
|
<view class="describe">
|
65478d1d
杨鑫
'最新'
|
29
|
<text>{{tableList[0]?tableList[0].content:''}}</text>
|
3f535f30
杨鑫
'初始'
|
30
31
32
33
|
</view>
</view>
</view>
<view class="more">
|
e5b57447
杨鑫
'分包问卷'
|
34
|
<!-- <view class="more-num">{{tableList.length}}</view> -->
|
65478d1d
杨鑫
'最新'
|
35
|
<view class="icon-more">{{formatDateTime(tableList[0]?tableList[0].createdAt:'')}}</view>
|
3f535f30
杨鑫
'初始'
|
36
37
|
</view>
</view>
|
e5b57447
杨鑫
'分包问卷'
|
38
|
<!-- <view class="list">
|
3f535f30
杨鑫
'初始'
|
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
|
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg2.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>新订单提醒</text>
</view>
<view class="describe">
<text>这里有最新消息这里有最新消息这里有最新消息这里有最新消息</text>
</view>
</view>
</view>
<view class="more">
<view class="more-num">2</view>
<view class="icon-more">11:28</view>
</view>
</view>
<view class="list">
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg3.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>发货提醒</text>
</view>
<view class="describe">
<text>这里有最新消息这里有最新消息这里有最新消息这里有最新消息</text>
</view>
</view>
</view>
<view class="more">
<view class="more-num">2</view>
<view class="icon-more">11:28</view>
</view>
</view>
<view class="list">
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg4.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>退款/售后提醒</text>
</view>
<view class="describe">
<text>这里有最新消息这里有最新消息这里有最新消息这里有最新消息</text>
</view>
</view>
</view>
<view class="more">
<view class="more-num">2</view>
<view class="icon-more">11:28</view>
</view>
</view>
<view class="list">
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg5.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>库存提醒</text>
</view>
<view class="describe">
<text>这里有最新消息这里有最新消息这里有最新消息这里有最新消息</text>
</view>
</view>
</view>
<view class="more">
<view class="more-num">2</view>
<view class="icon-more">11:28</view>
</view>
</view>
<view class="list">
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg6.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>活动通知</text>
</view>
<view class="describe">
<text>这里有最新消息这里有最新消息这里有最新消息这里有最新消息</text>
</view>
</view>
</view>
<view class="more">
<view class="more-num">2</view>
<view class="icon-more">11:28</view>
</view>
</view>
<view class="list">
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg7.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>临时铺位申请</text>
</view>
<view class="describe">
<text>这里有最新消息这里有最新消息这里有最新消息这里有最新消息</text>
</view>
</view>
</view>
<view class="more">
<view class="more-num">2</view>
<view class="icon-more">11:28</view>
</view>
|
e5b57447
杨鑫
'分包问卷'
|
151
152
|
</view> -->
<!-- <view class="list">
|
3f535f30
杨鑫
'初始'
|
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
<view class="icon-data">
<view class="icon">
<image :src="$imgUrl('/msg7.png')" mode=""></image>
</view>
<view class="data">
<view class="title">
<text>缴费通知</text>
</view>
<view class="describe">
<text>这里有最新消息这里有最新消息这里有最新消息这里有最新消息</text>
</view>
</view>
</view>
<view class="more">
<view class="more-num">2</view>
<view class="icon-more">11:28</view>
</view>
|
e5b57447
杨鑫
'分包问卷'
|
170
|
</view> -->
|
3f535f30
杨鑫
'初始'
|
171
172
|
</view>
|
e5b57447
杨鑫
'分包问卷'
|
173
|
<!-- <view class="message-list">
|
3f535f30
杨鑫
'初始'
|
174
175
|
<view class="bidding-title"><view class="bidding-title-line"></view>消息<text>(5)</text></view>
<view class="message-list" style="padding: 0;">
|
e5b57447
杨鑫
'分包问卷'
|
176
|
<view class="list" v-for="(item,index) in 4" :key="index" @click="toDialogue">
|
3f535f30
杨鑫
'初始'
|
177
178
|
<view class="icon-data">
<view class="icon">
|
e5b57447
杨鑫
'分包问卷'
|
179
|
|
3f535f30
杨鑫
'初始'
|
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
|
</view>
<view class="data">
<view class="title">
<text>李雷有四</text>
</view>
<view class="describe">
<text>这里有最新消息这里有最新消息这里有最新消息这里有最新消息</text>
</view>
</view>
</view>
<view class="more">
<view class="more-num">2</view>
<view class="icon-more">11:28</view>
</view>
</view>
</view>
|
e5b57447
杨鑫
'分包问卷'
|
196
|
</view> -->
|
3f535f30
杨鑫
'初始'
|
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
|
</view>
<!-- tabbar -->
<tabbar :tabBarShow="2"></tabbar>
</view>
</template>
<script>
import tabbar from '../../components/tabbar/tabbar.vue';
export default {
components: {
tabbar,
},
data() {
return {
scrollTop: 0,
|
e5b57447
杨鑫
'分包问卷'
|
213
214
215
216
217
218
|
tableList:[],
pagesize :{
pageNumber: 1,
pageSize: 2
}
}
|
3f535f30
杨鑫
'初始'
|
219
220
|
},
onLoad() {
|
e5b57447
杨鑫
'分包问卷'
|
221
222
223
|
},
onShow() {
|
60cd6339
杨鑫
'最新'
|
224
225
226
227
228
229
230
231
|
const isLogin = uni.getStorageSync('token');
if (isLogin == '') {
// 如果未登录,跳转到登录页面
uni.navigateTo({
url: '/pages/login/login'
})
} else {
|
2067568a
杨鑫
'租金缴费'
|
232
|
this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST',{"pageSize":10,pageNumber:0,phone:uni.getStorageSync('user').phone}).then(res => {
|
60cd6339
杨鑫
'最新'
|
233
234
235
236
237
238
239
240
|
if(res.data.code == '20004' || res.data.code == '20003'){
uni.navigateTo({
url: '/pages/login/login'
})
}
})
}
|
3f535f30
杨鑫
'初始'
|
241
242
243
244
245
246
247
|
},
onReady() {
uni.hideTabBar();
},
onPageScroll(e) {
this.scrollTop = e.scrollTop;
},
|
e5b57447
杨鑫
'分包问卷'
|
248
249
250
|
mounted() {
this.getALL()
},
|
3f535f30
杨鑫
'初始'
|
251
|
methods:{
|
844aa73a
杨鑫
'最新'
|
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
|
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;
},
|
e5b57447
杨鑫
'分包问卷'
|
277
278
|
getALL(){
this.$http.sendRequest('/cereMessageNotification/queryByPage','POST',this.pagesize,1).then(res => {
|
65478d1d
杨鑫
'最新'
|
279
|
|
e5b57447
杨鑫
'分包问卷'
|
280
281
282
283
284
285
286
287
288
289
|
this.tableList =res.data.data.content
})
},
toDialogue(){
uni.navigateTo({
url:'/pages/dialogue/dialogue'
})
},
toMsgList(){
uni.navigateTo({
|
844aa73a
杨鑫
'最新'
|
290
|
url:'/pages/procedureList/procedureList'
|
e5b57447
杨鑫
'分包问卷'
|
291
292
|
})
},
|
844aa73a
杨鑫
'最新'
|
293
|
|
3f535f30
杨鑫
'初始'
|
294
295
296
297
298
299
300
|
}
}
</script>
<style scoped lang="scss">
@import 'message.scss';
</style>
|