Commit 343d505f by 冷斌

fix bug

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