Commit c1358341 authored by youjie's avatar youjie

no message

parent b0772e0e
......@@ -1190,9 +1190,9 @@
this.msg.PriceIsBreakfast = data.PriceIsBreakfast;
this.msg.PriceIsDinner = data.PriceIsDinner;
this.msg.TipContent = data.TipContent;
this.msg.CustomerPayType = data.CustomerPayType;
this.msg.PayLimitFirstDay = data.PayLimitFirstDay;
this.msg.PayLimitEndDay = data.PayLimitEndDay;
this.msg.CustomerPayType = data.CustomerPayType?data.CustomerPayType:2;
this.msg.PayLimitFirstDay = data.PayLimitFirstDay?data.PayLimitFirstDay:1;
this.msg.PayLimitEndDay = data.PayLimitEndDay?data.PayLimitEndDay:1;
}
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment