Skip to content

Commit

Permalink
Fixed lost UI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
haimanman committed Jul 12, 2017
1 parent c941c7c commit 955451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HM_Secret/HM_Secret.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ _HM_Secret.PS.OnPanelActive = function(frame)
ui:Fetch("Text_Verify"):Text(res and res.errmsg or "Unknown"):Color(255, 0, 0)
elseif res.data and res.data.qrcode then
HM.ViewQrcode(res.data.qrcode, "微信扫码完成认证")
ui:Fetch("Image_Wechat"):Toggle(false)
--ui:Fetch("Image_Wechat"):Toggle(false)
ui:Fetch("Text_Verify"):Text("扫码后请点击左侧菜单刷新")
end
btn:Text("重新认证")
Expand Down

0 comments on commit 955451b

Please sign in to comment.