From 659232cf77a527aa0364d6c28c1e8899e5160803 Mon Sep 17 00:00:00 2001 From: lik Date: Thu, 28 May 2026 19:43:35 +0800 Subject: [PATCH] tmp --- pages/home/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/home/index.js b/pages/home/index.js index 9390292..7364e7e 100644 --- a/pages/home/index.js +++ b/pages/home/index.js @@ -12,8 +12,9 @@ Page({ ], otherServices: [ { id: 1, name: '代探望', icon: 'apple', iconColor: '#D4A853' }, - { id: 2, name: '陪诊师入住', icon: 'usergroup', iconColor: '#D4A853' }, - { id: 3, name: '商务合作', icon: 'command', iconColor: '#D4A853' }, + { id: 2, name: '社区', icon: 'city-8', iconColor: '#D4A853' }, + { id: 3, name: '陪诊师入住', icon: 'usergroup', iconColor: '#D4A853' }, + { id: 4, name: '商务合作', icon: 'command', iconColor: '#D4A853' }, ] },