taobin purchasing problems (No Call)

This commit is contained in:
miggaze 2021-07-05 12:41:47 +07:00
parent 27dc3645a5
commit 0104f25902

View file

@ -122,7 +122,7 @@
StrLen TelephoneNumberProblem TelNumLen
If TelNumLen >= 10 Then
Var ChooseProblem = "taobin purchasing problems"
Var ChooseProblem = "taobin purchasing problems (No Call)"
PROBLEM TelephoneNumberProblem ChooseProblem
EndIf
@ -440,6 +440,14 @@
<Volume> SoundVolume </Volume>
<EventClick>
StrLen TelephoneNumberProblem TelNumLen
If TelNumLen >= 10 Then
Var ChooseProblem = "taobin purchasing problems (No Call)"
PROBLEM TelephoneNumberProblem ChooseProblem
EndIf
@ -477,7 +485,6 @@
If MachineStage = "remove-cup" Then
Open "ROOT/taobin_project/xml/page_drinkfail3.xml"
Else
;Open "ROOT/taobin_project/xml/page_drinkfail3.xml"
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
EndIf