Commit dd3b4078 authored by youjie's avatar youjie

no message

parent 7969be0b
......@@ -70,7 +70,12 @@
style="width: 100px;"
/>
</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"
:class="{
'pay-active': showPay == 'alipay',
'pay-un-active': showPay != 'alipay',
}"
@click="showPayFormHandler('alipay')">
<q-img src="../../assets/img/pay/alipay.png" spinner-color="white" style="width: 80px;" />
</div>
</div>
......
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