This commit is contained in:
lik
2026-05-28 19:43:35 +08:00
parent 12aaa5f43a
commit 659232cf77

View File

@@ -12,8 +12,9 @@ Page({
], ],
otherServices: [ otherServices: [
{ id: 1, name: '代探望', icon: 'apple', iconColor: '#D4A853' }, { id: 1, name: '代探望', icon: 'apple', iconColor: '#D4A853' },
{ id: 2, name: '陪诊师入住', icon: 'usergroup', iconColor: '#D4A853' }, { id: 2, name: '社区', icon: 'city-8', iconColor: '#D4A853' },
{ id: 3, name: '商务合作', icon: 'command', iconColor: '#D4A853' }, { id: 3, name: '陪诊师入住', icon: 'usergroup', iconColor: '#D4A853' },
{ id: 4, name: '商务合作', icon: 'command', iconColor: '#D4A853' },
] ]
}, },