Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tianzerencai_xcx
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
石盼盼
tianzerencai_xcx
Commits
fcd6da74
Commit
fcd6da74
authored
Oct 19, 2021
by
hetengji
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
域名
parent
9ab748c1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
84 additions
and
77 deletions
+84
-77
confirmPay.js
pages/quickPay/confirmPay/confirmPay.js
+1
-1
project.config.json
project.config.json
+82
-75
apiList.js
utils/apiList.js
+1
-1
No files found.
pages/quickPay/confirmPay/confirmPay.js
View file @
fcd6da74
...
...
@@ -91,7 +91,7 @@ Page({
url
:
apiList
.
material_signPay
,
type
:
"
GET
"
,
data
:
{
repair_
order_id
:
160
order_id
:
160
},
callback
:
(
data
)
=>
{
console
.
log
(
data
)
...
...
project.config.json
View file @
fcd6da74
...
...
@@ -61,17 +61,24 @@
"conversation"
:
{
"list"
:
[]
},
"game
"
:
{
"plugin
"
:
{
"list"
:
[]
},
"plugin
"
:
{
"game
"
:
{
"list"
:
[]
},
"gamePlugin"
:
{
"list"
:
[]
},
"miniprogram"
:
{
"list"
:
[]
"list"
:
[
{
"id"
:
-1
,
"name"
:
"pages/translate/translate"
,
"pathName"
:
"pages/quickPay/confirmPay/confirmPay"
,
"scene"
:
null
}
]
}
}
}
\ No newline at end of file
utils/apiList.js
View file @
fcd6da74
...
...
@@ -9,6 +9,6 @@ module.exports = {
repair_appraisal
:
'
/api/v1.0/repair/appraisal
'
,
// 评价接口
material_list
:
'
/api/v1.0/material/list
'
,
// 收费明细接口
material_signPay
:
'
/api/v1.0/
material/signP
ay
'
,
// 收费明细接口
material_signPay
:
'
/api/v1.0/
p
ay
'
,
// 收费明细接口
firstSave_phone
:
'
/api/v1.0/firstSavePhone
'
,
// 首次保存手机号接口
}
\ No newline at end of file
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