UIChat:剧情UI调整
This commit is contained in:
parent
1e6cad6c9a
commit
2ac08c11d3
@ -309,6 +309,7 @@ function UIChatView:OnStoryClick(storyId, performStoryCfgId, optionText)
|
||||
self:CloseAllInputToolBarToggles()
|
||||
self.sendStoryId = storyId
|
||||
self.sendPerformStoryCfgId = performStoryCfgId
|
||||
--self:OnChatLayer2BtnSend()
|
||||
end
|
||||
|
||||
function UIChatView:OnGiftClick(giftId)
|
||||
@ -995,7 +996,8 @@ function UIChatView:EnterChatLayer2(channelId, storyData)
|
||||
--self:ShowInputToolBarWindow(CONST_TOGGLE_STORY, options)
|
||||
PrintJson("UIChatView:OnChatLayer2StoryInputTip", options)
|
||||
self.chatLayer2.storyInputTip.button.interactable = true
|
||||
self.currStoryChatInputOptions = options
|
||||
--self.currStoryChatInputOptions = options
|
||||
self:ShowStoryMenuWindow(options)
|
||||
end
|
||||
local storyPlayFinishNtfFunc = function()
|
||||
local data = self.controller:GetData()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user