Commit 0f270847 authored by 黄奎's avatar 黄奎

参数修改

parent 2c22a0d0
...@@ -217,12 +217,13 @@ export default { ...@@ -217,12 +217,13 @@ export default {
components: {}, components: {},
data() { data() {
return { return {
pageTitle: "线路订单", pageTitle: "活动订单",
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 15, pageSize: 15,
MiniAppUserId: 0, MiniAppUserId: 0,
orderState: -1, orderState: -1,
GroupType:6,//活动订单
}, },
mainColor: "", mainColor: "",
list: [ list: [
......
...@@ -223,6 +223,7 @@ export default { ...@@ -223,6 +223,7 @@ export default {
pageSize: 15, pageSize: 15,
MiniAppUserId: 0, MiniAppUserId: 0,
orderState: -1, orderState: -1,
GroupType:1,//线路订单
}, },
mainColor: "", mainColor: "",
list: [ list: [
......
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