From f8bfcb72bfac46d82973844a1231d466113645e5 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 8 Jul 2025 18:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E8=AF=84=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 9 ++++++++- subpages/mine/checkInEvaluate/checkInEvaluate.wxml | 4 ++-- subpages/mine/checkInRecord/checkInRecord.wxml | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pages/index/index.js b/pages/index/index.js index 714d445..ce3d235 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -107,8 +107,15 @@ Page({ pageSize: 3 } getPolicyList(query).then(res => { + let policyList = [ + { + coverImg:"https://hrss.qingdao.gov.cn/mzjwj/1751954217605_75881750735046145_8829微信图片_20250624111724.jpg" + + },{coverImg:"https://hrss.qingdao.gov.cn/mzjwj/1751954194729_86821750650507376_5134微信图片_20250623114826.png" + }, + ] this.setData({ - policyList:res.data + policyList }) }).catch(err => { console.log(err); diff --git a/subpages/mine/checkInEvaluate/checkInEvaluate.wxml b/subpages/mine/checkInEvaluate/checkInEvaluate.wxml index f0b8961..465aea0 100644 --- a/subpages/mine/checkInEvaluate/checkInEvaluate.wxml +++ b/subpages/mine/checkInEvaluate/checkInEvaluate.wxml @@ -8,7 +8,7 @@ {{item.status === '1'?'已入住':item.status === '3'?'已过期':item.status === '4'?'已取消':item.status === '5'?'已退房':item.status === '6'?'已撤销资格':item.status === '7'?'审核不通过':''}} {{item.buildingName}}-{{item.unitName}}-{{item.houseName}}-{{item.roomType}} - {{item.inDate}}至{{item.outDate}} + {{item.inDate}} 至 {{item.outDate}} @@ -18,7 +18,7 @@ --> 去评价 - + diff --git a/subpages/mine/checkInRecord/checkInRecord.wxml b/subpages/mine/checkInRecord/checkInRecord.wxml index 25bb02f..d05beaf 100644 --- a/subpages/mine/checkInRecord/checkInRecord.wxml +++ b/subpages/mine/checkInRecord/checkInRecord.wxml @@ -8,7 +8,7 @@ {{item.status === '1'?'已入住':item.status === '3'?'已过期':item.status === '4'?'已取消':item.status === '5'?'已退房':item.status === '6'?'已撤销资格':item.status === '7'?'审核不通过':''}} {{item.buildingName}}-{{item.unitName}}-{{item.houseName}}-{{item.roomType}} - {{item.inDate}}至{{item.outDate}} + {{item.inDate}} 至 {{item.outDate}} @@ -16,7 +16,7 @@ 去评价 - +