Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
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
viitto
million
Commits
cee4af44
Commit
cee4af44
authored
Jun 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
50574203
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
ali_tip.png
src/assets/img/pay/ali_tip.png
+0
-0
alipay.vue
src/components/pay/alipay.vue
+12
-2
No files found.
src/assets/img/pay/ali_tip.png
0 → 100644
View file @
cee4af44
33.2 KB
src/components/pay/alipay.vue
View file @
cee4af44
...
@@ -8,10 +8,10 @@
...
@@ -8,10 +8,10 @@
<div
v-if=
"$q.platform.is.desktop && orderNo && payUrl!='' && !loading"
>
<div
v-if=
"$q.platform.is.desktop && orderNo && payUrl!='' && !loading"
>
<div
class=
"row justify-center"
>
<div
class=
"row justify-center"
>
<div
style=
"text-align: center;"
>
<div
style=
"text-align: center;"
>
<iframe
:src=
"payUrl"
scrolling=
"no"
style=
"width: 200px;height: 200px;"
frameborder=
"0"
></iframe>
<iframe
id=
"aliIframe"
:src=
"payUrl"
scrolling=
"no"
style=
"width: 200px;height: 200px;"
frameborder=
"0"
></iframe>
</div>
</div>
<!--
<QrcodeVue
level=
"H"
size=
"200"
:value=
"payUrl"
class=
"light-shadow"
></QrcodeVue>
-->
<!--
<QrcodeVue
level=
"H"
size=
"200"
:value=
"payUrl"
class=
"light-shadow"
></QrcodeVue>
-->
<img
src=
"../../assets/img/pay/ali_tip.
jp
g"
class=
"q-ml-md"
style=
"height:200px;"
>
<img
src=
"../../assets/img/pay/ali_tip.
pn
g"
class=
"q-ml-md"
style=
"height:200px;"
>
</div>
</div>
<div
class=
"text-body2 q-mt-lg text-grey-6"
>
請打开支付寶(Alipay),使用 [掃一掃]掃描上方二維碼進行支付
</div>
<div
class=
"text-body2 q-mt-lg text-grey-6"
>
請打开支付寶(Alipay),使用 [掃一掃]掃描上方二維碼進行支付
</div>
...
@@ -62,8 +62,17 @@ export default {
...
@@ -62,8 +62,17 @@ export default {
}
else
{
}
else
{
this
.
loading
=
false
this
.
loading
=
false
}
}
},
mounted
()
{
},
},
methods
:
{
methods
:
{
getIfram
(){
// var iframe = document.getElementById('aliIframe');
// var innerDoc = iframe.contentWindow.document.body.HTML;
// console.log(iframe,'000000')
// console.log(innerDoc,'----')
},
Gotopay
(){
Gotopay
(){
this
.
OpenNewUrl
(
this
.
payUrl
)
this
.
OpenNewUrl
(
this
.
payUrl
)
},
},
...
@@ -95,6 +104,7 @@ export default {
...
@@ -95,6 +104,7 @@ export default {
location
.
reload
()
location
.
reload
()
}
}
}
}
},
e
=>
{
},
e
=>
{
this
.
isPay
=
false
this
.
isPay
=
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