geer-builder 1.2.467 → 1.2.468

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/GCashOut.vue CHANGED
@@ -19,7 +19,7 @@
19
19
  <div class="cashout__content-label q-mt-md">How much would you like to cashout?</div>
20
20
  <div class="cash__amount-textbox cashout_body">
21
21
  <q-input stack-label type="text" v-model.number="cashout_amount" dense style="width:88%" borderless class="input"/>
22
- <label >{{main_currency}}</label>
22
+ <!-- <label >{{main_currency}}</label> -->
23
23
  </div>
24
24
  </div>
25
25
  </g-card>
@@ -191,8 +191,9 @@ export default {
191
191
  },
192
192
  async getConvertionRate()
193
193
  {
194
- console.log(this.cashout_choice.country_code);
195
- this.public_settings = await this.$_getData('public_settings');
194
+ // this.public_settings = await this.$_getData('public_settings');
195
+ await this.$bind('public_settings', new DB_SETTINGS().doc('public_settings'));
196
+
196
197
  if(this.cashout_choice.country_code == "PH")
197
198
  {
198
199
  if(this.public_settings.hasOwnProperty('cashout_convertion_ph') && this.public_settings.cashout_convertion_ph.active == true)
@@ -65,7 +65,7 @@ export default
65
65
  {
66
66
  this.item_details = this.gc_item;
67
67
  this.slot_info = this.row;
68
- this.slot_gc = this.slot_info.points.gc ? this.slot_info.points.gc : 0 ;
68
+ this.slot_gc = this.slot_info.points.gc > 0 ? this.slot_info.points.gc : 0 ;
69
69
  },
70
70
  async validateGc()
71
71
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.467",
3
+ "version": "1.2.468",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {