jufubao-base 1.0.140-beta3 → 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
|
@@ -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());
|