chenhao 4 anni fa
parent
commit
8042da2d20

+ 2 - 2
application/admin/controller/Users.php

@@ -503,10 +503,10 @@ class Users extends Backend
             $this->error($exception->getMessage());
         }
         if (!$insert) {
-            $this->error(__('No rows were updated'));
+            $this->error(__('无数据导入'));
         }
         $num = $allRow-2;
-        $this->success('导入成功,共'.$num.'条数据');
+        $this->success('导入成功,共'.$num.'条数据','','','3');
     }
     /**
      * 表格导入

+ 3 - 1
public/assets/js/backend/users.js

@@ -126,7 +126,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                 data: {file: data.url},
             }, function (data, ret) {
                 if (ret.code==1) {
-                    window.location.reload()//解析成功
+                    layer.msg(ret.msg,{icon:1,time:2000,shade:0.4},function() {
+                        window.location.reload()//解析成功
+                    });
                 }
                 //table.bootstrapTable('refresh');
             },

BIN
public/uploads/images/0626a785-25f4-47c6-b789-0d3a921aa67a.jpg


BIN
public/uploads/images/0cedac88-1eb0-48e0-bc38-ee45c39de92b.jpg


BIN
public/uploads/images/6936d277-d382-4fbb-8e71-72847cda86bc.jpg


BIN
public/uploads/images/8cbef17a-e333-4e03-a137-81ce2accf556.jpg


BIN
public/uploads/images/a23e9d4c-66cf-4446-a282-3aa69ea29b09.jpg


BIN
public/uploads/images/c2a22096-f5e7-41f5-a2c2-d6558d9b02e5.jpg