Commit c37e6ba8 authored by xinyuandu's avatar xinyuandu

时间轴----佣金

parent 976d4402
...@@ -90,6 +90,8 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu ...@@ -90,6 +90,8 @@ require(['vue', 'css!style/timeline_pc.css', 'jquery0325', 'common'],function(Vu
return '转让费'; return '转让费';
case '80': case '80':
return '其他'; return '其他';
case '90' :
return '佣金';
default: default:
return '未定义'; return '未定义';
} }
......
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