Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-back
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-back
Commits
8ebb0b7d
Commit
8ebb0b7d
authored
Feb 26, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优惠券bugfix
parent
31cc245d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
index.js
pages/index/index.js
+1
-1
landscan.js
pages/landscan/landscan.js
+1
-0
No files found.
pages/index/index.js
View file @
8ebb0b7d
...
@@ -778,7 +778,7 @@ Page({
...
@@ -778,7 +778,7 @@ Page({
useCoupon
(
e
)
{
useCoupon
(
e
)
{
this
.
setData
({
discCouponState
:
1
})
this
.
setData
({
discCouponState
:
1
})
var
request
=
{};
var
request
=
{};
request
.
convert
CouponState
=
1
;
request
.
disc
CouponState
=
1
;
request
.
discCouponPrice
=
this
.
data
.
discCouponPrice
request
.
discCouponPrice
=
this
.
data
.
discCouponPrice
this
.
sendDiscCouponToFront
(
request
)
this
.
sendDiscCouponToFront
(
request
)
},
},
...
...
pages/landscan/landscan.js
View file @
8ebb0b7d
...
@@ -4,6 +4,7 @@ import { ACTION_GOODS } from '../../const/actioncmd'
...
@@ -4,6 +4,7 @@ import { ACTION_GOODS } from '../../const/actioncmd'
import
{
ACTION_GO_BALANCE
}
from
'../../const/actioncmd'
import
{
ACTION_GO_BALANCE
}
from
'../../const/actioncmd'
import
{
ACTION_REQUEST_GOOD_INFO
}
from
'../../const/actioncmd'
import
{
ACTION_REQUEST_GOOD_INFO
}
from
'../../const/actioncmd'
Page
({
Page
({
data
:
{
data
:
{
//是否正在用券
//是否正在用券
...
...
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