Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
accord-with-name
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
malin
accord-with-name
Commits
553e306e
Commit
553e306e
authored
Apr 09, 2021
by
malin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
t
parent
8bb0074a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
PayInfo.vue
src/views/Pay/child_cpn/PayInfo.vue
+1
-1
index.vue
src/views/Pay/index.vue
+8
-1
No files found.
src/views/Pay/child_cpn/PayInfo.vue
View file @
553e306e
...
@@ -149,7 +149,7 @@ export default {
...
@@ -149,7 +149,7 @@ export default {
// 获取订单号
// 获取订单号
let
res_order
=
await
API
.
API_createorder
(
let
res_order
=
await
API
.
API_createorder
(
params_createorder
,
params_createorder
,
this
.
$route
.
query
.
i
nfo
this
.
baseI
nfo
);
);
const
orderId
=
res_order
.
result
.
data
.
orderId
;
const
orderId
=
res_order
.
result
.
data
.
orderId
;
...
...
src/views/Pay/index.vue
View file @
553e306e
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</div>
</div>
<!-- 支付信息 -->
<!-- 支付信息 -->
<pay-info
/>
<pay-info
ref=
"pay"
/>
<!-- 内容 -->
<!-- 内容 -->
<div
class=
"row-center-center"
>
<div
class=
"row-center-center"
>
...
@@ -57,6 +57,7 @@
...
@@ -57,6 +57,7 @@
<div
<div
v-show=
"is_show_btn"
v-show=
"is_show_btn"
class=
"btn row-center-center fc-f ff-pp fw-5 fs-36"
class=
"btn row-center-center fc-f ff-pp fw-5 fs-36"
@
click=
"pay"
>
>
付费查看全部解析
付费查看全部解析
</div>
</div>
...
@@ -76,6 +77,12 @@ export default {
...
@@ -76,6 +77,12 @@ export default {
is_show_btn
:
false
,
is_show_btn
:
false
,
};
};
},
},
methods
:
{
pay
()
{
this
.
$refs
.
pay
.
_payment
();
},
},
};
};
</
script
>
</
script
>
...
...
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