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
10c9710e
Commit
10c9710e
authored
Mar 02, 2020
by
jiangjiantao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
7df4cb78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
index.js
pages/index/index.js
+5
-2
No files found.
pages/index/index.js
View file @
10c9710e
...
...
@@ -263,7 +263,7 @@ Page({
isPrinting
:
false
});
}
else
{
//
不
打印小票
//打印小票
context
.
setData
({
printResult
:
"正在打印小票..."
,
payResultPrintSuccessHint
:
"提示顾客拿好小票"
,
...
...
@@ -280,8 +280,9 @@ Page({
context
.
goPage
(
'payresult'
);
}
else
if
(
res
.
action
==
ACTION_DIRECT_PAYMENT
)
{
//直接收款
context
.
clearGood
();
if
(
res
.
data
!=
null
)
{
context
.
setData
({
waitOperateAmount
:
res
.
data
})
context
.
setData
({
waitOperateAmount
:
res
.
data
,
goods
:
[],
discCouponPrice
:
0
})
}
context
.
goPage
(
'waitoperate'
);
}
else
if
(
res
.
action
==
ACTION_CONVERT_COUPON
)
{
...
...
@@ -848,6 +849,8 @@ Page({
this
.
setData
({
scene
:
2
})
},
//清空商品信息
clearGood
(
e
)
{
this
.
setData
({
goods
:
[],
discCouponPrice
:
0
})
...
...
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