Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6f3d060a
authored
May 18, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
1896e710
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
util/util.js
util/util.js
View file @
6f3d060a
...
@@ -29,6 +29,7 @@ const request = (url = '', type = 'GET', param = {}, Loading) => {
...
@@ -29,6 +29,7 @@ const request = (url = '', type = 'GET', param = {}, Loading) => {
data
:
params
,
data
:
params
,
header
:
header
,
header
:
header
,
dataType
:
'json'
,
dataType
:
'json'
,
withCredentials
:
true
,
success
:
response
=>
{
success
:
response
=>
{
if
(
Loading
)
uni
.
hideLoading
();
if
(
Loading
)
uni
.
hideLoading
();
if
(
response
.
statusCode
===
200
)
{
if
(
response
.
statusCode
===
200
)
{
...
...
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