Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
05f5ca76
Commit
05f5ca76
authored
Apr 29, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 支付方式100
parent
2cf560ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
form.js
src/views/ecm/form.js
+1
-1
setting.vue
src/views/sign/setting.vue
+3
-2
No files found.
src/views/ecm/form.js
View file @
05f5ca76
...
...
@@ -270,7 +270,7 @@ export default {
},
// 支付方式
gicPaymentList
()
{
gicPaymentList
().
then
(
res
=>
{
gicPaymentList
(
{
pageSize
:
100
}
).
then
(
res
=>
{
this
.
paymentList
=
res
.
result
.
result
||
[];
});
},
...
...
src/views/sign/setting.vue
View file @
05f5ca76
...
...
@@ -155,8 +155,9 @@ export default {
date
:
[],
time
:
[],
prizeOptions
:
[
{
name
:
'卡券'
,
value
:
'card'
,
key
:
1
,
img
:
require
(
'./assets/img/card.svg'
)
},
{
name
:
'积分'
,
value
:
'integral'
,
key
:
2
,
img
:
require
(
'./assets/img/integral.svg'
)
}
// eslint-disable-next-line
{
name
:
'卡券'
,
value
:
'card'
,
key
:
1
,
img
:
require
(
'./assets/img/card.svg'
)
},
// eslint-disable-next-line
{
name
:
'积分'
,
value
:
'integral'
,
key
:
2
,
img
:
require
(
'./assets/img/integral.svg'
)
}
],
optTopShow
:
true
,
dialogCom
:
''
,
// 签到福利弹窗组件
...
...
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