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
7c91c264
Commit
7c91c264
authored
Aug 28, 2022
by
黄冷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
eefaa92f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
form.js
src/views/card/form.js
+12
-6
No files found.
src/views/card/form.js
View file @
7c91c264
...
...
@@ -1366,9 +1366,10 @@ export default {
if
(
this
.
search
!=
''
){
params
.
search
=
this
.
search
;
}
console
.
log
(
params
)
listEntepriseWeimobCoupon
(
params
)
.
then
(
res
=>
{
console
.
log
(
res
.
result
)
//
console.log(res.result)
const
{
result
,
totalPage
,
currentPage
}
=
res
.
result
;
this
.
totalPage
=
totalPage
;
this
.
currentPage
=
currentPage
;
...
...
@@ -1383,6 +1384,7 @@ export default {
});
},
remoteMethod
(
val
){
console
.
log
(
val
)
this
.
search
=
val
;
this
.
currentPage
=
1
;
this
.
weimobDemoCodeList
[
this
.
idx
].
cardList
=
[];
...
...
@@ -1397,16 +1399,20 @@ export default {
this
.
listEntepriseWeimobCoupon
();
},
getMore
(){
if
(
this
.
currentPage
<
this
.
totalPage
){
if
(
this
.
currentPage
<
this
.
totalPage
){
this
.
currentPage
++
this
.
listEntepriseWeimobCoupon
();
}
},
handleBlur
(){
this
.
search
=
''
;
this
.
currentPage
=
1
;
this
.
weimobDemoCodeList
[
this
.
idx
].
cardList
=
[];
this
.
listEntepriseWeimobCoupon
();
console
.
log
(
'失焦'
)
if
(
this
.
search
){
this
.
search
=
''
;
this
.
currentPage
=
1
;
this
.
weimobDemoCodeList
[
this
.
idx
].
cardList
=
[];
this
.
listEntepriseWeimobCoupon
();
}
},
// ---------微盟店铺结束--------
// ------微盟适用商品开始-------
...
...
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