geer-builder 1.2.869 → 1.2.871

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/GMyPurchases.vue CHANGED
@@ -158,7 +158,7 @@ export default {
158
158
  this.order_list.forEach(async order_list => {
159
159
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
160
160
  {
161
- await this.$_fbCall('memberCheckOrderStatus', order_list);
161
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
162
162
  }
163
163
  });
164
164
 
@@ -735,14 +735,14 @@ export default {
735
735
  this.to_picked_count= 0;
736
736
  this.cod_manual_count=0;
737
737
 
738
-
738
+ //await this.$_fbCall('memberCheckOrderStatus', order_list); for payo
739
739
  this.approval_list.forEach(async order_list =>
740
740
  {
741
741
  this.approval_count++;
742
742
 
743
743
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
744
744
  {
745
- await this.$_fbCall('memberCheckOrderStatus', order_list);
745
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
746
746
  }
747
747
  });
748
748
 
@@ -752,7 +752,7 @@ export default {
752
752
 
753
753
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
754
754
  {
755
- await this.$_fbCall('memberCheckOrderStatus', order_list);
755
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
756
756
  }
757
757
  });
758
758
 
@@ -762,7 +762,7 @@ export default {
762
762
 
763
763
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
764
764
  {
765
- await this.$_fbCall('memberCheckOrderStatus', order_list);
765
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
766
766
  }
767
767
  });
768
768
 
@@ -772,7 +772,7 @@ export default {
772
772
 
773
773
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
774
774
  {
775
- await this.$_fbCall('memberCheckOrderStatus', order_list);
775
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
776
776
  }
777
777
  });
778
778
 
@@ -782,7 +782,7 @@ export default {
782
782
 
783
783
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
784
784
  {
785
- await this.$_fbCall('memberCheckOrderStatus', order_list);
785
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
786
786
  }
787
787
  });
788
788
 
@@ -792,7 +792,7 @@ export default {
792
792
 
793
793
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
794
794
  {
795
- await this.$_fbCall('memberCheckOrderStatus', order_list);
795
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
796
796
  }
797
797
  });
798
798
 
@@ -802,7 +802,7 @@ export default {
802
802
 
803
803
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
804
804
  {
805
- await this.$_fbCall('memberCheckOrderStatus', order_list);
805
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
806
806
  }
807
807
  });
808
808
 
@@ -812,7 +812,7 @@ export default {
812
812
 
813
813
  if(order_list['invoice_number'] && order_list.status != 'completed' && order_list.status != 'delivered' && order_list.status != 'cancelled')
814
814
  {
815
- await this.$_fbCall('memberCheckOrderStatus', order_list);
815
+ // await this.$_fbCall('memberCheckOrderStatus', order_list);
816
816
  }
817
817
  });
818
818
 
@@ -16,7 +16,7 @@
16
16
  <div :style="`width: 999999px; height: 999999px; padding-top: 1000px; margin-top: -980px; background-image: url(${require('../../assets/statics/grey.png')})`">
17
17
  <div class="tree" :style="`margin-top: 1000px; transform: scale(${ zoomFactor });`">
18
18
  <ul v-if="upline">
19
- <slot-view-dialog-genealogy-children :is_company_success="is_company_success" v-show="method == 'unilevel'" :country="country" :open_level="1" :initial="true" :slot_info="upline" :rank="rank" :membership="membership" :profile_picture="default_profile_picture" />
19
+ <slot-view-dialog-genealogy-children :color_1="color_1" :is_company_success="is_company_success" v-show="method == 'unilevel'" :country="country" :open_level="1" :initial="true" :slot_info="upline" :rank="rank" :membership="membership" :profile_picture="default_profile_picture" />
20
20
  <member-genealogy-binary :hide_wallet="hide_wallet" :is_company_success="is_company_success" v-if="!hide_binary" :sponsor="slot_info" :country="country" v-show="method == 'binary'" :open_level="2" :initial="true" :rank="rank" :membership="membership" :binary_type="binary_type" :slot_info="upline" :profile_picture="default_profile_picture"/>
21
21
  </ul>
22
22
  </div>
@@ -72,6 +72,7 @@
72
72
  open_level: Boolean,
73
73
  method: String,
74
74
  hide_binary: Boolean,
75
+ color_1: String,
75
76
  is_company_success: Boolean,
76
77
  hide_wallet:Boolean
77
78
  },
@@ -91,6 +91,11 @@
91
91
  <div class="action">No<br>Downline</div>
92
92
  </div>
93
93
  </a>
94
+ <a v-else-if="color_1" href="javascript:" class="no-downline" :style="{ color: color_1 + ' !important' }">
95
+ <div>
96
+ <div class="action">No<br>Downline</div>
97
+ </div>
98
+ </a>
94
99
  <a v-else href="javascript:" class="no-downline">
95
100
  <div>
96
101
  <div class="action">No<br>Downline</div>
@@ -191,6 +196,7 @@
191
196
  open_level: Number,
192
197
  profile_picture:String,
193
198
  country:String,
199
+ color_1:String,
194
200
  membership: Array,
195
201
  rank: Array,
196
202
  is_company_success: Boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.869",
3
+ "version": "1.2.871",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {