This commit is contained in:
kong 2021-09-15 16:06:13 +07:00
parent 34be2170d2
commit 6e3561b373
10 changed files with 712 additions and 22 deletions

View file

@ -299,5 +299,28 @@
<Value> ShowNetworkProblemText </Value>
</Text>
<Button>
<X> 0 </X>
<Y> 1860 </Y>
<Width> 200 </Width>
<Height> 50 </Height>
<Volume> SoundVolume </Volume>
<EventClick>
Var countClick = countClick + 1
If countClick = 3 Then
;Var TestLoopMakeDrink = 1
EndIf
DEBUGVAR countClick
If countClick = 5 Then
Var countClick = 0
Open "ROOT/taobin_project/xml/page_tel_number_mask.xml"
EndIf
Refresh
</EventClick>
</Button>
</Popup>