zz 6 years ago
parent
commit
891efcbe7e
1 changed files with 6 additions and 6 deletions
  1. 6 6
      app/Modules/Book/Services/BookGiftsService.php

+ 6 - 6
app/Modules/Book/Services/BookGiftsService.php

@@ -180,11 +180,11 @@ class BookGiftsService
             }
             }
             if($charge_type == 'YEAR_ORDER'){
             if($charge_type == 'YEAR_ORDER'){
                 $gift = [
                 $gift = [
-                    ['gift_id'=>1,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
-                    ['gift_id'=>2,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
-                    ['gift_id'=>3,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>6,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>6,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>7,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>7,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
+                    ['gift_id'=>1,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
+                    ['gift_id'=>3,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
+                    ['gift_id'=>2,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>8,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>'']
                     ['gift_id'=>8,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>'']
                 ];
                 ];
             }
             }
@@ -238,11 +238,11 @@ class BookGiftsService
             }
             }
             if($charge_type == 'YEAR_ORDER'){
             if($charge_type == 'YEAR_ORDER'){
                 $gift = [
                 $gift = [
-                    ['gift_id'=>1,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
-                    ['gift_id'=>2,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
-                    ['gift_id'=>3,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>6,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>6,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>7,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>7,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
+                    ['gift_id'=>1,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
+                    ['gift_id'=>3,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
+                    ['gift_id'=>2,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
                     ['gift_id'=>8,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>'']
                     ['gift_id'=>8,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>'']
                 ];
                 ];
             }
             }