|
@@ -130,7 +130,9 @@ export const stations = [
|
|
|
{ id: 167, city: '成都', name: '成都成华站' },
|
|
|
{ id: 168, city: '成都', name: '成都东站' },
|
|
|
{ id: 169, city: '广州', name: '广州天河站' },
|
|
|
-{ id: 170, city: '重庆', name: '重庆渝北站' }]
|
|
|
+{ id: 167, city: '成都', name: '成都南站' },
|
|
|
+{ id: 167, city: '成都', name: '成都西站' },
|
|
|
+]
|
|
|
|
|
|
// 优惠券类型
|
|
|
export const defaultCouponTypeOptions = [
|