Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-front
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-front
Commits
5c7679cf
Commit
5c7679cf
authored
Feb 24, 2020
by
gaodapeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除编译错误
parent
85644c73
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
home.js
pages/home/home.js
+3
-2
No files found.
pages/home/home.js
View file @
5c7679cf
...
@@ -97,7 +97,7 @@ Page({
...
@@ -97,7 +97,7 @@ Page({
//显示弹窗
//显示弹窗
context
.
setData
({
context
.
setData
({
scanDialogDisplay
:
1
,
scanDialogDisplay
:
1
,
dialogShowType
:
"refund"
,
dialogShowType
:
"refund"
,
dialogRemindText
:
"请扫描订单编码"
,
dialogRemindText
:
"请扫描订单编码"
,
dialogLoadingText
:
"识别中"
,
dialogLoadingText
:
"识别中"
,
dialogResultSuccessRemind
:
"退款成功"
,
dialogResultSuccessRemind
:
"退款成功"
,
...
@@ -105,11 +105,12 @@ Page({
...
@@ -105,11 +105,12 @@ Page({
dialogResultFailureRemind
:
"退款失败"
,
dialogResultFailureRemind
:
"退款失败"
,
dialogResultFailureText
:
"退款失败!无效的订单码"
,
dialogResultFailureText
:
"退款失败!无效的订单码"
,
});
});
}
else
if
(
res
.
action
==
ACTION_GO_HOME
)
{
}
else
if
(
res
.
action
==
ACTION_GO_HOME
)
{
//home界面收到,则返回界面上
//home界面收到,则返回界面上
context
.
setData
({
context
.
setData
({
scanDialogDisplay
:
0
,
scanDialogDisplay
:
0
,
dialogShowType
:
""
,
//重置类型
dialogShowType
:
""
,
//重置类型
})
})
}
}
}
}
...
...
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