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
f46131b2
Commit
f46131b2
authored
Mar 27, 2023
by
小耗子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商城支付
parent
1161180a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
pages.json
pages.json
+1
-2
pages/h5/pay.vue
pages/h5/pay.vue
+7
-6
No files found.
pages.json
View file @
f46131b2
...
...
@@ -50,8 +50,7 @@
"style"
:
{
"navigationBarTitleText"
:
"支付"
,
"enablePullDownRefresh"
:
false
,
"navigationStyle"
:
"custom"
"enablePullDownRefresh"
:
false
}
}
...
...
pages/h5/pay.vue
View file @
f46131b2
<
template
>
<view>
<
sh-custom-nav
:info=
"info"
></sh-custom-nav
>
<
!--
<sh-custom-nav
:info=
"info"
></sh-custom-nav>
--
>
<view
class=
"pay-container"
v-if=
"!isPay"
>
<view
class=
"money-box"
>
¥
<text
class=
"money"
>
{{
actuallyPay
}}
</text></view>
<u-button
@
click=
"pay"
shape=
"circle"
type=
"primary"
text=
"确认支付"
color=
"#61b077"
></u-button>
...
...
@@ -25,10 +25,10 @@
</
template
>
<
script
>
import
http
from
'
@/shopro/request/index
'
;
import
shCustomNav
from
'
@/components/sh-custom-nav/sh-custom-nav
'
;
//
import shCustomNav from '@/components/sh-custom-nav/sh-custom-nav';
export
default
{
components
:{
shCustomNav
//
shCustomNav
},
data
()
{
return
{
...
...
@@ -45,9 +45,10 @@
},
methods
:
{
goPath
(
path
){
uni
.
navigateTo
({
url
:
`/pages/h5/index?appointPage=
${
path
}
`
})
// uni.navigateTo({
// url: `/pages/h5/index?appointPage=${path}`
// })
// history.back(1)
},
// 支付结果查询
payResult
(){
...
...
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