Blame view

lvdao-miniapp/pages/message/message.vue 8.37 KB
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">
884b4bce   wesley88   1
29
30
31
32
33
  							<view v-if="tableList.length>0" >
  								<view v-html="tableList[0].content"></view>
  							</view>
  							<view v-else >暂无</view>
  							<!-- <text>{{?tableList[0].content:''}}</text> -->
3f535f30   杨鑫   '初始'
34
35
36
37
  						</view>
  					</view>
  				</view>
  				<view class="more">
e5b57447   杨鑫   '分包问卷'
38
  					<!-- <view class="more-num">{{tableList.length}}</view> -->
65478d1d   杨鑫   '最新'
39
  					<view class="icon-more">{{formatDateTime(tableList[0]?tableList[0].createdAt:'')}}</view>
3f535f30   杨鑫   '初始'
40
41
  				</view>
  			</view>
e5b57447   杨鑫   '分包问卷'
42
  			<!-- <view class="list">
3f535f30   杨鑫   '初始'
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
  				<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   杨鑫   '分包问卷'
155
156
  			</view> -->
  			<!-- <view class="list">
3f535f30   杨鑫   '初始'
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
  				<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   杨鑫   '分包问卷'
174
  			</view> -->
3f535f30   杨鑫   '初始'
175
176
  		</view>
  		
e5b57447   杨鑫   '分包问卷'
177
  		<!-- <view class="message-list">
3f535f30   杨鑫   '初始'
178
179
  			<view class="bidding-title"><view class="bidding-title-line"></view>消息<text>(5)</text></view>
  			<view class="message-list" style="padding: 0;">
e5b57447   杨鑫   '分包问卷'
180
  				<view class="list" v-for="(item,index) in 4" :key="index" @click="toDialogue">
3f535f30   杨鑫   '初始'
181
182
  					<view class="icon-data">
  						<view class="icon">
e5b57447   杨鑫   '分包问卷'
183
  							
3f535f30   杨鑫   '初始'
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
  						</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   杨鑫   '分包问卷'
200
  		</view> -->
3f535f30   杨鑫   '初始'
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
  		
  		</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   杨鑫   '分包问卷'
217
218
219
  				tableList:[],
  				pagesize :{
  					pageNumber: 1,
3c4666ce   杨鑫   '最新'
220
221
  					pageSize: 2,
  					receiverMerchant:''
e5b57447   杨鑫   '分包问卷'
222
223
  				}
  			}
3f535f30   杨鑫   '初始'
224
225
  		},
  		onLoad() {
e5b57447   杨鑫   '分包问卷'
226
227
228
  		
  		},
  		onShow() {
60cd6339   杨鑫   '最新'
229
230
231
232
233
234
235
236
  			const isLogin = uni.getStorageSync('token');
  			if (isLogin == '') {
  				// 如果未登录,跳转到登录页面
  				uni.navigateTo({
  					url: '/pages/login/login'
  				})
  			} else {
  
2067568a   杨鑫   '租金缴费'
237
  				this.$http.sendRequest('/cerePlatformMerchant/queryByPage', 'POST',{"pageSize":10,pageNumber:0,phone:uni.getStorageSync('user').phone}).then(res => {
60cd6339   杨鑫   '最新'
238
239
240
241
242
243
244
245
  					 if(res.data.code == '20004' || res.data.code == '20003'){
  						 uni.navigateTo({
  						 	url: '/pages/login/login'
  						 })
  					 }
  				})
  			}
  
3f535f30   杨鑫   '初始'
246
247
248
249
250
251
252
  		},
  		onReady() {
  			uni.hideTabBar();
  		},
  		onPageScroll(e) {
  			this.scrollTop = e.scrollTop;
  		},
e5b57447   杨鑫   '分包问卷'
253
254
255
  		mounted() {
  			this.getALL()
  		},
3f535f30   杨鑫   '初始'
256
  		methods:{
844aa73a   杨鑫   '最新'
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
  			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   杨鑫   '分包问卷'
282
  			getALL(){
3c4666ce   杨鑫   '最新'
283
  				// this.pagesize.receiverMerchant = uni.getStorageSync('user').phone
e5b57447   杨鑫   '分包问卷'
284
  					this.$http.sendRequest('/cereMessageNotification/queryByPage','POST',this.pagesize,1).then(res => {
65478d1d   杨鑫   '最新'
285
  						
e5b57447   杨鑫   '分包问卷'
286
287
288
289
290
291
292
293
294
295
  						 this.tableList =res.data.data.content 
  					})
  						},
  			toDialogue(){
  				uni.navigateTo({
  					url:'/pages/dialogue/dialogue'
  				})
  			},
  			toMsgList(){
  				uni.navigateTo({
844aa73a   杨鑫   '最新'
296
  					url:'/pages/procedureList/procedureList'
e5b57447   杨鑫   '分包问卷'
297
298
  				})
  			},
844aa73a   杨鑫   '最新'
299
  
3f535f30   杨鑫   '初始'
300
301
302
303
304
305
306
  		}
  	}
  </script>
  
  <style scoped lang="scss">
  	@import 'message.scss';
  </style>