Browse Source

修复前端提示

Robin 6 years ago
parent
commit
190721a8c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      normandcrm/admin/backend/modules/admin/views/withdraw/index.php

+ 1 - 0
normandcrm/admin/backend/modules/admin/views/withdraw/index.php

@@ -579,6 +579,7 @@ use yii\helpers\Url;
                         },
                         success: function (data) {
                             if (data.isSuccess) {
+                                toastr.success(data.msg,'提示');
                                 table.ajax.reload();
                             } else {
                                 toastr.error(data.msg, "提示");