Commit b91a1a48 authored by youjie's avatar youjie

支付宝支付

parent bcc8ce0a
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
}) })
}, },
checkPaySatausHandler(type){ checkPaySatausHandler(type){
this.apipost("GetAliPayByOrderNo_post",{OrderNo:this.orderNo},r=>{ this.apipost("GetDetailsByOrderNo_post",{OrderNo:this.orderNo},r=>{
if(r.data.resultCode==1){ if(r.data.resultCode==1){
if(r.data.data.OrderStatus==2||r.data.data.OrderStatus==3){ if(r.data.data.OrderStatus==2||r.data.data.OrderStatus==3){
this.CommonJump("/paysuccess/" + this.orderNo, {}); this.CommonJump("/paysuccess/" + this.orderNo, {});
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</div> </div>
<div class="rounded-borders q-pa-sm bg-grey-2 cursor-pointer" @click="showPayFormHandler('alipay')"> <div class="rounded-borders q-pa-sm bg-grey-2 cursor-pointer" @click="showPayFormHandler('alipay')">
<!-- height:25px;max-width: 150px;min-width: 30px --> <!-- height:25px;max-width: 150px;min-width: 30px -->
<q-img src="../../assets/img/pay/alipay.png" spinner-color="white" style="width: 80px;" /> <q-img src="../../assets/img/pay/alipay.png" spinner-color="white" style="width: 80px;filter: drop-shadow(0px 0px black);" />
</div> </div>
</div> </div>
<div class="q-mt-md" v-if="showPay != ''"> <div class="q-mt-md" v-if="showPay != ''">
......
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