jufubao-base 1.0.63-beta4 → 1.0.63-beta5

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.63-beta4",
3
+ "version": "1.0.63-beta5",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -102,6 +102,9 @@ export default {
102
102
  this.cardPageNum*this.cardPageLen,
103
103
  this.cardPageNum*this.cardPageLen + this.cardPageLen
104
104
  );
105
+ if(this.cardComputedList.length < this.cardPageLen) {
106
+ this.hasContent = false;
107
+ }
105
108
  this.handleCardComputed(paddingBottom).then().catch();
106
109
  },
107
110