geer-builder 1.2.625 → 1.2.628

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.
Files changed (2) hide show
  1. package/GProductList.vue +1 -1
  2. package/package.json +1 -1
package/GProductList.vue CHANGED
@@ -168,7 +168,7 @@ export default {
168
168
  {
169
169
  if(this.public_settings.referral_commission_earning) this.show_reseller_commission = true;
170
170
  }
171
- // await this.newGetProduct(Number(this.prod_per_page));
171
+ await this.newGetProduct(Number(this.prod_per_page));
172
172
  this.first_load_done=true;
173
173
  },
174
174
  watch:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geer-builder",
3
- "version": "1.2.625",
3
+ "version": "1.2.628",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {