Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_welfare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d85771c5
authored
Oct 11, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
将兑换时间提出来后台查看
parent
f5a02808
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
.env
app/Http/Transformers/UserExchangeTransformer.php
public/js/web/userExchangeList.js
.env
View file @
d85771c5
...
...
@@ -52,5 +52,5 @@ MENU_SIGN=/web/
LOGIN_DOMAIN=user.icsales.cc
ES_URL = http://soapi.icsales.com:8001
BASE_SERVER_URL = 192.168.
1
0.10:61009
BASE_SERVER_URL = 192.168.
2
0.10:61009
app/Http/Transformers/UserExchangeTransformer.php
View file @
d85771c5
...
...
@@ -61,6 +61,7 @@ class UserExchangeTransformer
$item
[
'exchange_amount'
]
=
array_get
(
$item
[
'exchange_setting'
],
'amount'
,
0
);
$item
[
'exchanged_integral'
]
=
array_get
(
$item
[
'user_integral'
],
'exchanged_integral'
,
0
);
$item
[
'add_time'
]
=
date
(
'Y-m-d H:i:s'
,
$item
[
'add_time'
]);
}
return
$data
;
...
...
public/js/web/userExchangeList.js
View file @
d85771c5
...
...
@@ -69,6 +69,7 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
,
{
field
:
'exchange_amount'
,
title
:
'兑换金额'
}
,
{
field
:
'type'
,
title
:
'兑换类型'
,
templet
:
'#type'
}
,
{
field
:
'certification_status'
,
title
:
'认证状态'
}
,
{
field
:
'add_time'
,
title
:
'兑换时间'
,
width
:
165
}
,
{
field
:
'status'
,
title
:
'兑换状态'
,
templet
:
'#status'
}
,
{
field
:
'audit_email'
,
title
:
'审核人'
}
,
{
field
:
'audit_reason'
,
title
:
'审核原因'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment