mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-02-04 08:41:58 +08:00
更新支持云闪付通道
This commit is contained in:
@@ -23,6 +23,15 @@
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.paytype {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.paytype>strong {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.alipay {
|
||||
color: #1677ff;
|
||||
}
|
||||
@@ -30,6 +39,10 @@
|
||||
.wxpay {
|
||||
color: #1AAD19;
|
||||
}
|
||||
|
||||
.unionpay {
|
||||
color: #d81e06;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
@@ -54,8 +67,8 @@
|
||||
<div class="layui-row">
|
||||
<div class="layui-col-xs3"><label class="layui-form-label"><strong>收款方式</strong></label></div>
|
||||
<div class="layui-col-xs9">
|
||||
<div class="list">
|
||||
<?php $payway=['alipay'=>'支付宝','wxpay'=>'微信支付'];$payway_img=['alipay'=>'/static/img/alipay.ico','wxpay'=>'/static/img/wxpay.ico'];echo "<img src='{$payway_img[$type]}'width='16'><strong class='{$type}'>{$payway[$type]}</strong>" ?>
|
||||
<div class="list paytype">
|
||||
<?php $payway=['alipay'=>'支付宝','wxpay'=>'微信支付','unionpay'=>'云闪付'];$payway_img=['alipay'=>'/static/img/alipay.ico','wxpay'=>'/static/img/wxpay.ico','unionpay'=>'/static/img/unionpay.ico'];echo "<img src='{$payway_img[$type]}'width='16'><strong class='{$type}'>{$payway[$type]}</strong>" ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user