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
78b4a962
authored
Oct 16, 2019
by
叶明星
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化
parent
a84bf01b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
public/js/web/integralList.js
public/js/web/userExchangeList.js
public/js/web/userIntegralList.js
resources/views/web/exchangeSettingList.blade.php
resources/views/web/updateIntegral.blade.php
public/js/web/integralList.js
View file @
78b4a962
...
...
@@ -111,7 +111,7 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
});
break
;
case
'edit'
:
window
.
location
=
'/integrals/updateIntegral?id='
+
obj
.
data
.
id
;
window
.
open
(
'/integrals/updateIntegral?id='
+
obj
.
data
.
id
)
;
break
;
}
});
...
...
public/js/web/userExchangeList.js
View file @
78b4a962
...
...
@@ -115,11 +115,11 @@ table.on('tool(UserExchange)', function (obj) {
var
layEvent
=
obj
.
event
;
switch
(
layEvent
)
{
case
'audit'
:
window
.
location
=
`/user_exchanges/auditUserExchange?id=
${
obj
.
data
.
id
}
&user_id=
${
obj
.
data
.
user_id
}
`
;
window
.
open
(
`/user_exchanges/auditUserExchange?id=
${
obj
.
data
.
id
}
&user_id=
${
obj
.
data
.
user_id
}
`
)
;
break
;
case
'bills'
:
window
.
location
=
'/user_exchanges/userExchangeBillList?user_id='
+
obj
.
data
.
user_id
;
window
.
open
(
'/user_exchanges/userExchangeBillList?user_id='
+
obj
.
data
.
user_id
)
;
break
;
}
});
...
...
public/js/web/userIntegralList.js
View file @
78b4a962
...
...
@@ -93,7 +93,7 @@ layui.use(['table', 'form', 'laydate', 'layer'], function () {
});
break
;
case
'bills'
:
window
.
location
=
'/integral_bills/integralBillList?user_id='
+
obj
.
data
.
user_id
;
window
.
open
(
'/integral_bills/integralBillList?user_id='
+
obj
.
data
.
user_id
)
;
break
;
}
});
...
...
resources/views/web/exchangeSettingList.blade.php
View file @
78b4a962
...
...
@@ -34,7 +34,7 @@
<div
class=
"layui-card-body"
style=
"padding-top: 20px"
>
<div
style=
"padding-bottom: 10px;"
>
{{--
<button
class=
"layui-btn layui-btn-danger layuiadmin-btn-list"
data-type=
"batchdel"
>
禁用
</button>
--}}
<a
href=
"/exchange/settings/createExchangeSetting"
class=
"layui-btn layuiadmin-btn-list"
<a
href=
"/exchange/settings/createExchangeSetting"
target=
"_blank"
class=
"layui-btn layuiadmin-btn-list"
data-type=
"add"
>
添加
</a>
</div>
<table
class=
"layui-table"
id=
"list"
lay-filter=
"ExchangeSetting"
></table>
...
...
resources/views/web/updateIntegral.blade.php
View file @
78b4a962
...
...
@@ -49,7 +49,7 @@
<div
class=
"layui-form-item"
>
<div
class=
"layui-input-block"
>
<button
class=
"layui-btn"
lay-submit=
""
lay-filter=
"update_integral"
>
立即提交
</button>
<button
type=
"reset"
class=
"layui-btn layui-btn-primary"
onclick=
"history.back()"
>
返回列表
</button>
{{--
<button
type=
"reset"
class=
"layui-btn layui-btn-primary"
onclick=
"history.back()"
>
返回列表
</button>
--}}
</div>
</div>
</div>
...
...
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