Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vueH5
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吕海涛
vueH5
Commits
d7c72b16
Commit
d7c72b16
authored
Oct 26, 2020
by
kun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调起父级 关闭ifram窗口
parent
5b2e469e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
pc_index.vue
src/components/pc_page/pc_index.vue
+3
-1
withdrawalRecord.vue
src/components/pc_page/withdrawalRecord.vue
+2
-0
No files found.
src/components/pc_page/pc_index.vue
View file @
d7c72b16
...
@@ -11,7 +11,9 @@
...
@@ -11,7 +11,9 @@
<div
style=
"text-align: left"
>
{{
dataSource
.
resource
.
bank_name
+
'(****'
+
dataSource
.
resource
.
bank_account_no
.
substring
(
dataSource
.
resource
.
bank_account_no
.
length
-
4
,
dataSource
.
resource
.
bank_account_no
.
length
)
+
')'
}}
</div>
<div
style=
"text-align: left"
>
{{
dataSource
.
resource
.
bank_name
+
'(****'
+
dataSource
.
resource
.
bank_account_no
.
substring
(
dataSource
.
resource
.
bank_account_no
.
length
-
4
,
dataSource
.
resource
.
bank_account_no
.
length
)
+
')'
}}
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"提现金额:"
>
<el-form-item
label=
"提现金额:"
>
<div
style=
"text-align: left"
><span
style=
"color: #ff6625;"
>
{{
dataSource
.
money
}}
</span>
元
<span
style=
"color: #ff6625;"
>
(+0.0元 服务费)
</span></div>
<div
style=
"text-align: left"
><span
style=
"color: #ff6625;"
>
{{
dataSource
.
money
}}
</span>
元
<!--
<span
style=
"color: #ff6625;"
>
(+0.0元 服务费)
</span>
-->
</div>
</el-form-item>
</el-form-item>
<el-form-item
label=
"到账时间:"
>
<el-form-item
label=
"到账时间:"
>
<div
style=
"color: #ff6625;text-align: left"
>
预计24小时内到账,请留意到账提醒
</div>
<div
style=
"color: #ff6625;text-align: left"
>
预计24小时内到账,请留意到账提醒
</div>
...
...
src/components/pc_page/withdrawalRecord.vue
View file @
d7c72b16
...
@@ -30,9 +30,11 @@
...
@@ -30,9 +30,11 @@
},
},
methods
:
{
methods
:
{
rollOut
(){
rollOut
(){
this
.
$router
.
go
(
-
1
)
window
.
parent
.
postMessage
({
data
:
false
},
'*'
);
window
.
parent
.
postMessage
({
data
:
false
},
'*'
);
},
},
goBackAccount
(){
goBackAccount
(){
this
.
$router
.
go
(
-
1
)
window
.
parent
.
postMessage
({
data
:
false
},
'*'
);
window
.
parent
.
postMessage
({
data
:
false
},
'*'
);
}
}
}
}
...
...
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