|
@@ -7,7 +7,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
extend: {
|
|
|
index_url: 'userwallet/index' + location.search,
|
|
|
add_url: 'userwallet/add',
|
|
|
-// edit_url: 'userwallet/edit',
|
|
|
+ edit_url: 'userwallet/edit',
|
|
|
// del_url: 'userwallet/del',
|
|
|
multi_url: 'userwallet/multi',
|
|
|
import_url: 'userwallet/import',
|
|
@@ -47,6 +47,15 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
url:'userwallet/updatemoney/id/{ids}?dialog=1',
|
|
|
target:'_self',
|
|
|
},
|
|
|
+ {
|
|
|
+ name:'updatejewel',
|
|
|
+ text:'收益金币',
|
|
|
+ title:'收益金币',
|
|
|
+ icon:'fa fa-exclamation-circle',
|
|
|
+ classname:'btn btn-xs btn-info btn-dialog',
|
|
|
+ url:'userwallet/updatejewel/id/{ids}?dialog=1',
|
|
|
+ target:'_self',
|
|
|
+ },
|
|
|
/* {
|
|
|
name:'updatevip',
|
|
|
text:'充值vip会员',
|
|
@@ -74,6 +83,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
updatemoney: function () {
|
|
|
Controller.api.bindevent();
|
|
|
},
|
|
|
+ updatejewel: function () {
|
|
|
+ Controller.api.bindevent();
|
|
|
+ },
|
|
|
updatevip: function () {
|
|
|
Controller.api.bindevent();
|
|
|
},
|