Commit 8c3b788c by 刘海龙

Merge branch 'master' of http://132.232.91.252:9999/ice/eduline

parents c0adcdff b29e2e68
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
}, },
hollowText: function () { hollowText: function () {
return function (index) { return function (index) {
return index == 0 ? '取消订单' : '删除订单' return this.innerTab == 0 ? '取消订单' : '删除订单'
} }
}, },
listItem: function () { listItem: function () {
......
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