Kirin 2 лет назад
Родитель
Сommit
06fabb84f5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/admin/view/user/user/see.php

+ 1 - 0
app/admin/view/user/user/see.php

@@ -407,6 +407,7 @@
                 deleteStore: function (id) {
                     $eb.$swal('delete', function () {
                         $eb.axios.get(layList.U({a: 'del_store', q: {id: id}})).then(function (res) {
+                            console.log(res,'res');
                             if (res.data.code == 200) {
                                 $eb.$swal('success', res.data.msg);
                                 this.getSpreadStoreList();