Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mini_own
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geruidan
mini_own
Commits
463292c4
Commit
463292c4
authored
Mar 28, 2023
by
小耗子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按钮
parent
b01f240e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
pages/h5/pay.vue
pages/h5/pay.vue
+3
-4
pages/index/index.vue
pages/index/index.vue
+4
-4
No files found.
pages/h5/pay.vue
View file @
463292c4
...
...
@@ -48,10 +48,9 @@
},
methods
:
{
goPath
(
path
){
// uni.navigateTo({
// url: `/pages/h5/index?appointPage=${path}`
// })
// history.back(1)
uni
.
navigateTo
({
url
:
`/pages/h5/index?appointPage=
${
path
}
`
})
},
// 支付结果查询
payResult
(){
...
...
pages/index/index.vue
View file @
463292c4
<
template
>
<view
class=
""
>
<view
class=
"load"
>
<u-loading-page
:loading=
"loading"
></u-loading-page>
<u-loading-page
loading-color=
"#61b077"
color=
"#61b077"
:loading=
"loading"
></u-loading-page>
</view>
<view
class=
"we-run-page"
>
<view
class=
"contant"
>
...
...
@@ -195,9 +195,9 @@
}
</
script
>
<
style
lang=
"scss"
scoped
>
.
load
:
:
v-deep
.
vue-ref
{
//
z-index: 1;
}
//
.load::v-deep .vue-ref{
//
z-index: 1;
//
}
.we-run-page
{
background-color
:
#fff
;
...
...
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