fix problem page

This commit is contained in:
miggaze 2021-07-02 14:33:06 +07:00
parent c4017b6b84
commit 27dc3645a5
2 changed files with 38 additions and 4 deletions

View file

@ -48,9 +48,10 @@
StopLongPlay
Var TelephoneNumberProblem = ""
Var ShowTextNumber = "Enable"
Var Tel_Confirm_State = "Disable"
Var MachineErrorDetailAll = MachineErrorDetail + " / "
Var MachineErrorDetailAll = MachineErrorDetailAll + MachineErrorDetailEng
@ -116,7 +117,19 @@
Var Timeout = Timeout + 1
If Timeout > 120 Then
If Timeout > 60 Then
StrLen TelephoneNumberProblem TelNumLen
If TelNumLen >= 10 Then
Var ChooseProblem = "taobin purchasing problems"
PROBLEM TelephoneNumberProblem ChooseProblem
EndIf
If MachineStage = "remove-cup" Then
Open "ROOT/taobin_project/xml/page_drinkfail3.xml"
Else