function createUI()
showLoopSetting(false)
createRadioBox("a1","start",true)
createRadioBox("a1","stop",false)
--mystr = getText(DEFAULT_WINDOW_NAME, "UI_type1")
end
function main()
if a1 == "stop" then
toast("不领奖励")
else
toast("领奖励")
end
toast("End main")
sleep(1000)
end
showLoopSetting(false)
createRadioBox("a1","start",true)
createRadioBox("a1","stop",false)
--mystr = getText(DEFAULT_WINDOW_NAME, "UI_type1")
end
function main()
if a1 == "stop" then
toast("不领奖励")
else
toast("领奖励")
end
toast("End main")
sleep(1000)
end









