Commit cee4af44 authored by youjie's avatar youjie

no message

parent 50574203
...@@ -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.jpg" class="q-ml-md" style="height:200px;"> <img src="../../assets/img/pay/ali_tip.png" 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
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment