Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
X
xinya_mini
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xwq
xinya_mini
Commits
24168450
Commit
24168450
authored
Apr 27, 2021
by
xwq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
09eeebd4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
request.js
jade/request.js
+1
-0
displayAnswers.js
pages/displayAnswers/displayAnswers.js
+1
-1
index.js
utils/index.js
+1
-1
No files found.
jade/request.js
View file @
24168450
...
...
@@ -181,6 +181,7 @@ var XYSequencedBatchFetch = function (paramsArr) {
}
const
HOST
=
"
https://xinya.me
"
// const HOST = "https://test.xinya.me"
const
API_URL
=
HOST
+
"
/mp/
"
const
getUrl
=
(
relative_path
,
params
=
{})
=>
{
...
...
pages/displayAnswers/displayAnswers.js
View file @
24168450
...
...
@@ -111,7 +111,7 @@ Page({
reject
(
e
);
},
});
}).
catch
(()
=>
{
}).
catch
((
e
)
=>
{
log
.
error
(
"
===0000====
"
,
e
)
})
);
...
...
utils/index.js
View file @
24168450
...
...
@@ -141,8 +141,8 @@ const convertURLToJSON = function (url, params = {}) {
// }
// }
// const hosts="https://test.xinya.me"
const
hosts
=
"
https://xinya.me
"
// const hosts="https://xinya.me"
// const request=function(url){
// }
...
...
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