Commit f0e25f07 authored by 徐一鸣's avatar 徐一鸣

服务管理上架fixed

parent 3d422586
......@@ -1036,7 +1036,7 @@ export default {
},
callback(item) {
if (item.state == 2) {
return soldUpItem(item);
return _self.soldUpItem(item);
} else if (item.state == 3) {
return _self.soldOutItem(item);
} else {
......
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