jufubao-base 1.0.61 → 1.0.62

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.61",
3
+ "version": "1.0.62",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -102,7 +102,7 @@ export default {
102
102
  },
103
103
 
104
104
  onJfbReachBottom(){
105
- if(this.cardLoading || !this.hasContent) return;
105
+ if(this.cardLoading || !this.hasContent || this.cardPageNum ===0) return;
106
106
  this.cardLoading = true;
107
107
  this.$xdShowLoading({});
108
108
  this.cardPageNum++;