提交 257d22f9 编写于 作者: L ljw

修改fe-team-memberList

上级 fa9b593f
......@@ -13,7 +13,7 @@ exports.main = async (event, context) => {
for (var i = 0; i < arr.length; i++) {
var user = {
"memberId": arr[i]["_id"],
"memberIcon": "",
"memberIcon": arr[i]["icon"],
"memberName": arr[i]["name"]
}
list.push(user);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册