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' }, ] },