jufubao-base 1.0.140-beta2 → 1.0.140-beta4

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.140-beta2",
3
+ "version": "1.0.140-beta4",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -373,7 +373,7 @@ export default {
373
373
  this.login_name = getContainerPropsValue(container, "content.login_name", "登录");
374
374
 
375
375
  //登录样式
376
- this.login_text_size = getContainerPropsValue(container, 'content.login_text_size', 26);
376
+ this.login_text_size = getContainerPropsValue(container, 'content.login_text_size', 28);
377
377
  this.login_text_color = getContainerPropsValue(container, 'content.login_text_color', this.cardLayout==='2'? '#fff':'#333');
378
378
  this.login_text_bg_color = getContainerPropsValue(container, 'content.login_text_bg_color', this.cardLayout === '2'? this.mainColor:'');
379
379
  this.login_text_radius = getContainerPropsValue(container, 'content.login_text_radius', '20');
@@ -216,7 +216,7 @@ export default {
216
216
  //设置列表
217
217
  this.ajaxCardList = res;
218
218
  this.handleCardInit(this.ajaxCardList);
219
-
219
+ this.cardPageNum = 1;
220
220
  this.$xdHideLoading();
221
221
  })
222
222
  .catch(() => this.$xdHideLoading());
@@ -150,6 +150,7 @@
150
150
  </view>
151
151
  </view>
152
152
  </view>
153
+
153
154
  <template v-else>
154
155
  <view
155
156
  v-if="tabIndex === 2 || tabIndex === 1 && (cardList && cardList.length > 0)"
@@ -285,6 +286,7 @@
285
286
  ></xd-font-icon>
286
287
  </view>
287
288
  </view>
289
+
288
290
  <view class="computed-height" >
289
291
  <view
290
292
  v-for="(item,index) in cardComputedList"
@@ -416,6 +418,7 @@ export default {
416
418
  },
417
419
  tabIndex(){
418
420
  this.clearDefault();
421
+ this.cardPageNum = 0;
419
422
  this.onJfbLoad(this.options);
420
423
  }
421
424
  },
@@ -712,9 +715,8 @@ export default {
712
715
  this.hasChangeStatus = this.getCardGroupItem(this.ajaxCardList.list.filter((item) => {
713
716
  return item["is_exchange"] === "Y";
714
717
  }), res['site_entry_settings']).length > 0;
715
-
716
-
717
718
  this.handleCardInit(this.ajaxCardList, this.tabIndex === 1);
719
+ this.cardPageNum = 1;
718
720
  this.$xdHideLoading();
719
721
  })
720
722
  .catch(() => this.$xdHideLoading());