Commit 40867d77 by 冷斌

fix bug

parent daf6c263
...@@ -286,10 +286,6 @@ ...@@ -286,10 +286,6 @@
} else { } else {
form = "{:U('home/Home/delOrder')}"; form = "{:U('home/Home/delOrder')}";
} }
if (orderby === 0) {
ui.error('参数错误');
return false;
}
ui.confirm('你确定要删除这个订单?', { ui.confirm('你确定要删除这个订单?', {
yes: function () { yes: function () {
$.ajax({ $.ajax({
......
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