From 5282d0981ebf4d0ae182a5467a33890be738c9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Wed, 29 May 2019 17:35:28 +0800 Subject: [PATCH] add tag --- lambda/mock/index.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lambda/mock/index.js b/lambda/mock/index.js index 65431b1d..3fec4b37 100644 --- a/lambda/mock/index.js +++ b/lambda/mock/index.js @@ -3996,6 +3996,32 @@ signature: '海纳百川,有容乃大', title: '交互专家', group: '蚂蚁金服-某某某事业群-某某平台部-某某技术部-UED', + tags: [ + { + key: '0', + label: '很有想法的', + }, + { + key: '1', + label: '专注设计', + }, + { + key: '2', + label: '辣~', + }, + { + key: '3', + label: '大长腿', + }, + { + key: '4', + label: '川妹子', + }, + { + key: '5', + label: '海纳百川', + }, + ], notice: [ { id: 'xxx1', -- GitLab