diff --git a/src/constant/local.js b/src/constant/local.js index 3cd1365..160dc09 100644 --- a/src/constant/local.js +++ b/src/constant/local.js @@ -8,7 +8,7 @@ export const chatInputPlaceholder = () => { export const chatGuideSubTitle = () => { if (currentClientType() === ClientType.XIAOQI) { - return "这里什么都没有哦"; + return "陪您畅玩小七孔"; } - return "陪您畅玩小七孔"; + return "这里什么都没有哦"; } \ No newline at end of file