Commit 04e129a0 authored by youjie's avatar youjie

no message

parent 8fc41858
...@@ -493,7 +493,9 @@ ...@@ -493,7 +493,9 @@
}, },
getPeoples(){ getPeoples(){
this.orderMsg.peoples = Number(this.orderMsg.ManNum) + Number(this.orderMsg.ChildNum) +Number(this.orderMsg.BabyNum); this.orderMsg.peoples = Number(this.orderMsg.ManNum) + Number(this.orderMsg.ChildNum) +Number(this.orderMsg.BabyNum);
this.calcMaxCouponHandle() if(this.useCouponIds&&this.useCouponIds.length>0){
this.calcMaxCouponHandle()
}
}, },
getWeek(date) { getWeek(date) {
var weekArray = new Array("日", "一", "二", "三", "四", "五", "六"); var weekArray = new Array("日", "一", "二", "三", "四", "五", "六");
......
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