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
86bcb384
Commit
86bcb384
authored
Jul 01, 2020
by
gaodapeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加了正确的loading
parent
28abb413
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.js
pages/index/index.js
+6
-6
No files found.
pages/index/index.js
View file @
86bcb384
...
...
@@ -555,7 +555,7 @@ Page({
* 退款
*/
onHomeRefundClicked
:
throttle
(
2000
,
function
()
{
if
(
this
.
showLoading
)
{
if
(
this
.
showLoading
==
true
)
{
return
}
this
.
setData
({
...
...
@@ -572,7 +572,7 @@ Page({
if
(
this
.
data
.
printEnabled
!=
true
)
{
return
;
}
if
(
this
.
showLoading
)
{
if
(
this
.
showLoading
==
true
)
{
return
}
let
context
=
this
;
...
...
@@ -603,7 +603,7 @@ Page({
* 核验
*/
onHomeVerifyClicked
:
throttle
(
2000
,
function
()
{
if
(
this
.
showLoading
)
{
if
(
this
.
showLoading
==
true
)
{
return
}
this
.
showLoading
()
...
...
@@ -640,7 +640,7 @@ Page({
* 提货
*/
onHomePickUpGoodsClicked
:
throttle
(
2000
,
function
()
{
if
(
this
.
showLoading
)
{
if
(
this
.
showLoading
==
true
)
{
return
}
this
.
showLoading
()
...
...
@@ -665,7 +665,7 @@ Page({
/**日结 */
onHomeDayCheckClicked
:
throttle
(
2000
,
function
()
{
if
(
this
.
showLoading
)
{
if
(
this
.
showLoading
==
true
)
{
return
}
this
.
showLoading
()
...
...
@@ -1237,7 +1237,7 @@ Page({
}
this
.
showLoading
()
this
.
goPage
(
'waitoperate'
);
this
.
setData
({
waitOperateMoneyRemind
:
"应退款:"
,
...
...
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