Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
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
李智书
xzf_uniapp-wechat-web
Commits
2ec24bc0
Commit
2ec24bc0
authored
Dec 30, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改接口地址;
parent
ee825aea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
src/pages/ConsumptionReport/ConsumptionReport.vue
src/pages/ConsumptionReport/ConsumptionReport.vue
+7
-12
No files found.
src/pages/ConsumptionReport/ConsumptionReport.vue
View file @
2ec24bc0
...
@@ -340,15 +340,10 @@
...
@@ -340,15 +340,10 @@
</
template
>
</
template
>
<
script
>
<
script
>
var
gHost
=
"
https://dev-az-order-api.xiaopay.net
"
;
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
if
(
window
.
location
.
host
.
indexOf
(
"
dev
"
))
{
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
gHost
=
"
https://dev-az-order-api.xiaopay.net
"
;
gHost
=
"
https://fpdev.xiaopay.net
"
;
}
else
if
(
window
.
location
.
host
.
indexOf
(
"
uat
"
))
{
gHost
=
"
https://uat.xiaopay.net
"
;
}
else
{
gHost
=
"
https://pay.xiaopay.net
"
;
}
}
//获取参数
//获取参数
function
getQueryParams
(
params
)
{
function
getQueryParams
(
params
)
{
let
href
=
window
.
location
.
href
let
href
=
window
.
location
.
href
...
@@ -819,7 +814,7 @@
...
@@ -819,7 +814,7 @@
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
position
:
absolute
;
position
:
absolute
;
top
:
54rpx
;
top
:
54rpx
;
left
:
0
;
left
:
0
;
.consumption-report-info
{
.consumption-report-info
{
...
@@ -1343,7 +1338,7 @@
...
@@ -1343,7 +1338,7 @@
}
}
.noeatting-total
{
.noeatting-total
{
flex
:
1
;
flex
:
1
;
display
:
flex
;
display
:
flex
;
justify-content
:
flex-end
;
justify-content
:
flex-end
;
...
...
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