call modify

This commit is contained in:
2020-11-30 22:39:38 +08:00
parent afd1ec7926
commit 98f0941160
22 changed files with 135 additions and 97 deletions

View File

@@ -193,6 +193,7 @@ function TRPMakeCall.uiEventDelegate(go)
MyUtl.toastW("请输入要呼叫的号码")
return
end
MyUtl.callCustByNative(InputNumber.value)
elseif goName == "ButtonCallYun" then
if InputNumber.value == nil or InputNumber.value == "" then
MyUtl.toastW("请输入要呼叫的号码")