Commit 443b7f8c by 冷斌

fix bug

parent 5bbfe49f
...@@ -106,11 +106,11 @@ ...@@ -106,11 +106,11 @@
items: [] items: []
}, { }, {
title: "已完成", title: "已完成",
v: 'exams', v: 'course',
items: [] items: []
}, { }, {
title: "已取消", title: "已取消",
v: 'goods', v: 'course',
items: [] items: []
}] }]
}, { }, {
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
v: 3, v: 3,
options: [{ options: [{
title: "待支付", title: "待支付",
v: 'course', v: 'exams',
items: [] items: []
}, { }, {
title: "已完成", title: "已完成",
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
items: [] items: []
}, { }, {
title: "已取消", title: "已取消",
v: 'goods', v: 'exams',
items: [] items: []
}] }]
}, { }, {
...@@ -134,11 +134,11 @@ ...@@ -134,11 +134,11 @@
v: 2, v: 2,
options: [{ options: [{
title: "待支付", title: "待支付",
v: 'course', v: 'goods',
items: [] items: []
}, { }, {
title: "已完成", title: "已完成",
v: 'exams', v: 'goods',
items: [] items: []
}, { }, {
title: "已取消", title: "已取消",
......
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