Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayMobile
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayMobile
Commits
460eea1c
Commit
460eea1c
authored
5 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改: 修改弹出系统loading没有关掉问题
parent
f9ad9829
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
http.js
API/http.js
+2
-0
index.js
pages/index/index.js
+0
-1
No files found.
API/http.js
View file @
460eea1c
...
...
@@ -32,6 +32,8 @@ const $http = (url, data, type, loadingType) => {
if
(
res
.
data
.
resultCode
===
"0"
)
{
return
resolve
(
res
.
data
.
data
)
}
else
{
// 修改系统繁忙时loading隐藏
dd
.
hideLoading
();
dd
.
alert
({
content
:
'系统繁忙'
,
buttonText
:
'确定'
...
...
This diff is collapsed.
Click to expand it.
pages/index/index.js
View file @
460eea1c
...
...
@@ -92,7 +92,6 @@ Page({
title
:
'My App'
,
desc
:
'My App description'
,
path
:
'pages/index/index'
,
imageUrl
:
'http://139.196.213.18:8888/test/mingpay-web/shareBG.png'
};
},
navigatorToAllowanceList
(){
...
...
This diff is collapsed.
Click to expand it.
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