Commit a58fb973 authored by youjie's avatar youjie

no message

parent d2831ec6
...@@ -1488,15 +1488,15 @@ ...@@ -1488,15 +1488,15 @@
// _orderSource 1 酒店 2餐厅 5 车资 // _orderSource 1 酒店 2餐厅 5 车资
if (_orderSource === 1 && _type === 2) { if (_orderSource === 1 && _type === 2) {
id = [51, 52, 245, 246] id = [51, 52, 245, 246, 255]
} else if (_orderSource === 2 && _type === 2) { } else if (_orderSource === 2 && _type === 2) {
id = [54, 55, 245, 246] id = [54, 55, 245, 246, 255]
} else if (_orderSource === 5 && _type === 2) { } else if (_orderSource === 5 && _type === 2) {
id = [49, 50, 57, 58, 245, 246] id = [49, 50, 57, 58, 245, 246, 255]
} }
// 门票 // 门票
else if (_orderSource === 3 && _type === 2) { else if (_orderSource === 3 && _type === 2) {
id = [88, 89, 245, 246] id = [88, 89, 245, 246, 255]
} }
} }
......
...@@ -459,15 +459,15 @@ ...@@ -459,15 +459,15 @@
// _orderSource 1 酒店 2餐厅 5 车资 // _orderSource 1 酒店 2餐厅 5 车资
if (_orderSource === 1 && _type === 2) { if (_orderSource === 1 && _type === 2) {
id = [51, 52, 245, 246] id = [51, 52, 245, 246, 255]
} else if (_orderSource === 2 && _type === 2) { } else if (_orderSource === 2 && _type === 2) {
id = [54, 55, 245, 246] id = [54, 55, 245, 246, 255]
} else if (_orderSource === 5 && _type === 2) { } else if (_orderSource === 5 && _type === 2) {
id = [49, 50, 57, 58, 245, 246] id = [49, 50, 57, 58, 245, 246, 255]
} }
// 门票 // 门票
else if (_orderSource === 3 && _type === 2) { else if (_orderSource === 3 && _type === 2) {
id = [88, 89, 245, 246] id = [88, 89, 245, 246, 255]
} }
} }
......
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