Commit 0a473d9c authored by zhengke's avatar zhengke

修改不能为0

parent 2fdd304f
......@@ -3354,7 +3354,7 @@
})
},
FyongLossOk: function () {
if(this.fanyongMsg.UnionExtraMoney==""){
if(this.fanyongMsg.UnionExtraMoney===""){
this.Error('请输入额外返佣金额');
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