Commit 79074838 authored by xishifeng's avatar xishifeng Committed by hujun

分佣2

parent 761be730
......@@ -660,12 +660,12 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'text!temp/reportList_s
}
},
maidConfirmOk: function(type){
var _back = bargain.maidTest(type);
console.log(_back);
var _back = bargain.maidTest(type);//获取处理的数据
if(!_back.flag){
var _len = _back.list.length;
! function funTemp(count) {
if(count >= _len) {
//如果递归执行完毕则执行这条
alert(type===0?'保存成功':'确认成功');
bargain.maidShow();
} 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