Commit ad74c6c0 by 冷斌

设置

parent d052bef1
......@@ -103,11 +103,13 @@
v: 1,
options: [{
title: "课程订单",
k: '',
v: 1,
items: [1]
k: 'ordertype',
v: 'course',
items: []
}, {
title: "考题订单",
k: 'ordertype',
v: 'exams',
items: []
}, {
title: "商城订单",
......@@ -117,10 +119,14 @@
title: "待发货",
options: [{
title: "课程订单",
k: 'ordertype',
v: 'course',
items: []
}, {
title: "考题订单",
items: [1]
k: 'ordertype',
v: 'exams',
items: []
}, {
title: "商城订单",
items: []
......@@ -143,9 +149,13 @@
v: 3,
options: [{
title: "课程订单",
k: 'ordertype',
v: 'course',
items: []
}, {
title: "考题订单",
k: 'ordertype',
v: 'exams',
items: []
}, {
title: "商城订单",
......@@ -157,9 +167,13 @@
v: 2,
options: [{
title: "课程订单",
k: 'ordertype',
v: 'course',
items: []
}, {
title: "考题订单",
k: 'ordertype',
v: 'exams',
items: []
}, {
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