Merge branch 'fix-109' of https://git.nianxx.cn/zoujing/YGChatCS
# Conflicts: # src/pages/index/components/chat/ChatCardOther/styles/index.scss
This commit is contained in:
@@ -26,18 +26,22 @@ const itemList = ref([
|
||||
{
|
||||
icon: "",
|
||||
title: "快速预定",
|
||||
type: "Command.quickBooking",
|
||||
},
|
||||
{
|
||||
icon: "",
|
||||
title: "探索发现",
|
||||
type: "Command.discovery",
|
||||
},
|
||||
{
|
||||
icon: "",
|
||||
title: "反馈意见",
|
||||
title: "呼叫服务",
|
||||
type: "Command.callService",
|
||||
},
|
||||
{
|
||||
icon: "https://oss.nianxx.cn/mp/static/version_101/home/more.png",
|
||||
title: "更多",
|
||||
type: "Command.more",
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user