lizhen_gitee 1 سال پیش
والد
کامیت
c1f30129f4
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      application/extra/params.php
  2. 1 1
      public/assets/js/backend/gift/back.js
  3. 1 1
      public/assets/js/backend/gift/gift.js

+ 2 - 2
application/extra/params.php

@@ -3,9 +3,9 @@ return [
     'get_way' => [
         1 => '活动获得',
         2 => '充值购买',
-        3 => '爵位赠送',
+//        3 => '爵位赠送',
         4 => '签到赠送',
-        5 => '邀请赠送',
+//        5 => '邀请赠送',
         6 => '平台赠送',
     ],
 ];

+ 1 - 1
public/assets/js/backend/gift/back.js

@@ -7,7 +7,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                 extend: {
                     index_url: 'gift/back/index' + location.search,
                     add_url: 'gift/back/add',
-                    edit_url: 'gift/back/edit',
+//                    edit_url: 'gift/back/edit',
                     del_url: 'gift/back/del',
                     multi_url: 'gift/back/multi',
                     import_url: 'gift/back/import',

+ 1 - 1
public/assets/js/backend/gift/gift.js

@@ -29,7 +29,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         {field: 'name', title: __('Name'), operate: 'LIKE'},
                         {field: 'type', title: __('Type')},
                         {field: 'price', title: __('Price')},
-                        {field: 'value', title: __('Value')},
+//                        {field: 'value', title: __('Value')},
                         {field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
                         {field: 'special', title: __('Special'), operate: 'LIKE'},
                         {field: 'sort', title: __('Sort')},