Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
Project
Project
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
xulili
ybf
Commits
a9758cfa
Commit
a9758cfa
authored
Mar 10, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EA's API 0696,0697 use ok. Admin and WxAdmin's Eslint's unused rule closed.
parent
c198c7fe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
507 additions
and
275 deletions
+507
-275
.eslintrc.js
ybf_admin/.eslintrc.js
+1
-1
ea.js
ybf_wx/src/api/sidebar/ea.js
+24
-0
test.js
ybf_wx/src/api/test/test.js
+11
-0
index.vue
ybf_wx/src/views/sideNav/discount/index.vue
+471
-274
No files found.
ybf_admin/.eslintrc.js
View file @
a9758cfa
...
@@ -10,7 +10,7 @@ module.exports = {
...
@@ -10,7 +10,7 @@ module.exports = {
rules
:
{
rules
:
{
// 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
// 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
// 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
// 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
//
'no-unused-vars': 'off',
'no-unused-vars'
:
'off'
,
// "quotes": [1, "single"],//引号类型 `` "" ''
// "quotes": [1, "single"],//引号类型 `` "" ''
},
},
parserOptions
:
{
parserOptions
:
{
...
...
ybf_wx/src/api/sidebar/ea.js
0 → 100644
View file @
a9758cfa
import
request
from
'@/utils/bRequestEa'
export
function
getVoucherList
(
inData
)
{
let
postData
=
{
args
:
inData
}
return
request
({
url
:
''
,
method
:
'post'
,
data
:
postData
})
}
export
function
getVoucherWxUrl
(
inData
)
{
let
postData
=
{
args
:
inData
}
return
request
({
url
:
''
,
method
:
'post'
,
data
:
postData
})
}
ybf_wx/src/api/test/test.js
View file @
a9758cfa
...
@@ -11,3 +11,14 @@ export function ApiEaPost(inData) {
...
@@ -11,3 +11,14 @@ export function ApiEaPost(inData) {
})
})
}
}
export
function
ApiEaActiveList
(
inData
)
{
let
postData
=
{
args
:
inData
}
return
request
({
url
:
''
,
method
:
'post'
,
data
:
postData
})
}
ybf_wx/src/views/sideNav/discount/index.vue
View file @
a9758cfa
This diff is collapsed.
Click to expand it.
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