Authored by weiqingting

限购码和弹层

... ... @@ -224,10 +224,10 @@ toast.alert = function (content, callback) {
ok: callback || true
});
}
toast.confirm = function (content, yes, no) {
toast.confirm = function (title,content, yes, no) {
var __self = this, _o = __self.options;
return __self._through({
//title: '确认',
title: title||'确认',
icon: 'confirm',
addClass: 'confirm',
lock: true,
... ...
... ... @@ -46,7 +46,7 @@ exports.init = function() {
var tool={
toast:function(content,data){
common.dialog.confirm(content,function(){
common.dialog.confirm("温馨提示",content,function(){
common.util.__ajax({
url:'/limit/code/auditLimitCode',
data:data
... ...