Fix recommend not auto open
This commit is contained in:
parent
c9ae570ef0
commit
3eacf4e3f7
16 changed files with 1102 additions and 1082 deletions
|
|
@ -6,6 +6,7 @@
|
|||
;<Sound> "ROOT/taobin_project/sounds/chaching.mp3" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
SAVELOG " spiral sell v3"
|
||||
|
||||
Var Timeout = 0
|
||||
Var LastMakeSpiralResult = 0
|
||||
|
|
@ -17,8 +18,7 @@
|
|||
SPIRAL_SELL ServiceCredit SpiralRef
|
||||
|
||||
Var TimeOutSmoothiesProcess = 120
|
||||
Var Seeker.SmoothieToPayment = SmoothieToPayment
|
||||
Var NextSmoothie = 0
|
||||
|
||||
DEBUGVAR Seeker.SmoothieToPayment
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -54,7 +54,15 @@
|
|||
DEBUGVAR SpiralPayDetail
|
||||
Var Seeker.sprial_pay_detail = SpiralPayDetail
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_thankyou.xml"
|
||||
If Seeker = "next" Then
|
||||
Var NextOrder = "true"
|
||||
Var NextSmoothie = 1
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_spiral_before_conti.xml"
|
||||
EndIf
|
||||
|
||||
OpenInst 3 "ROOT/taobin_project/xml/topview2.xml"
|
||||
Open "ROOT/taobin_project/inter/tha/xml/page_smoothie_suggest_and_process.xml"
|
||||
EndIf
|
||||
|
||||
If LastMakeSpiralResult = 2 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue