Commit 1712bd95 by zhangzhen

优化

parent 5d70e5b6
...@@ -792,8 +792,8 @@ ...@@ -792,8 +792,8 @@
storeId: that.roomInfo.storeId, storeId: that.roomInfo.storeId,
roomId: that.roomInfo.id, roomId: that.roomInfo.id,
orderMode: that.orderTypeList[that.index].type, orderMode: that.orderTypeList[that.index].type,
preStartDate: this.dateObj.startDate, preStartDate: that.dateObj.startDate,
preEndDate: this.dateObj.endDate, preEndDate: that.dateObj.endDate,
selectId: that.selectCouponIndex >= 0 ? that.useCouponList[that.selectCouponIndex].id :'' selectId: that.selectCouponIndex >= 0 ? that.useCouponList[that.selectCouponIndex].id :''
}) })
} }
......
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