seven 2 ngày trước cách đây
mục cha
commit
0a802bf528
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      app/Services/SanJinRechargeService.php

+ 5 - 4
app/Services/SanJinRechargeService.php

@@ -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'];
                         }