Commit 4094ace1 authored by 黄奎's avatar 黄奎

页面修改

parent 8b9abbfd
...@@ -203,6 +203,10 @@ ...@@ -203,6 +203,10 @@
if (!subItem.Discount) { if (!subItem.Discount) {
subItem.Discount = 0; subItem.Discount = 0;
} }
if(!subItem.UsePeopleNum)
{
subItem.UsePeopleNum=0;
}
}); });
}) })
}) })
...@@ -215,6 +219,10 @@ ...@@ -215,6 +219,10 @@
if (!subItem.Discount) { if (!subItem.Discount) {
subItem.Discount = 0; subItem.Discount = 0;
} }
if(!subItem.UsePeopleNum)
{
subItem.UsePeopleNum=0;
}
}); });
}) })
}) })
......
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