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

服务管理上架fixed

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