|
|
@@ -71,10 +71,11 @@ class SanJinRechargeService
|
|
|
|
|
|
$rechargeText = '';
|
|
|
foreach ($product as $k => $v) {
|
|
|
- if($v['type'] == 'zfbge'){
|
|
|
- $rechargeText = "充值金额:".implode($v['fixed']);
|
|
|
- }else{
|
|
|
- if ($v['type'] == $paymentType) {
|
|
|
+ if ($v['type'] == $paymentType) {
|
|
|
+
|
|
|
+ if($v['type'] == 'zfbge'){
|
|
|
+ $rechargeText = "充值金额:".implode($v['fixed']);
|
|
|
+ }else{
|
|
|
if ($min == 0) {
|
|
|
$min = $v['min'];
|
|
|
}
|