Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
ca43cb1e
Commit
ca43cb1e
authored
Sep 09, 2020
by
石家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sjx
parent
595101bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
pages/CardSend/CardSend.vue
pages/CardSend/CardSend.vue
+3
-2
No files found.
pages/CardSend/CardSend.vue
View file @
ca43cb1e
...
...
@@ -401,7 +401,7 @@
//coupons 商户发放卡券 提交发放卡券的方法 submit
async
coupons
(){
let
can
=
this
.
parameter
;
can
.
goods_id
=
can
.
goods_id
.
join
(
"
;
"
);
can
.
goods_id
=
can
.
goods_id
.
join
(
"
,
"
);
let
res
=
await
addEditCoupons
(
can
);
if
(
res
.
code
==
0
){
...
...
@@ -559,7 +559,8 @@
console
.
log
(
e
);
this
.
parameter
.
goods_id
=
e
.
detail
.
value
;
console
.
log
(
this
.
parameter
.
goods_id
);
console
.
log
(
this
.
shoplist
);
this
.
shoplist
=
this
.
shoplist
.
map
((
item1
,
index
)
=>
{
//参与的商品默认选中的
if
(
this
.
parameter
.
goods_id
.
indexOf
(
item1
.
product_id
)
!=-
1
){
item1
.
checked
=
true
;
...
...
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