jufubao-base 1.0.412 → 1.0.413
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
|
@@ -535,15 +535,6 @@ export default {
|
|
|
535
535
|
XdCardNew,
|
|
536
536
|
},
|
|
537
537
|
mixins: [componentsMixins, extsMixins, JfbBaseCardEntryMixin, colorCardMixins, cardListMixins, posterMixins],
|
|
538
|
-
computed: {
|
|
539
|
-
...mapState({
|
|
540
|
-
jwxSDK: (state) => state.jwxSDK,
|
|
541
|
-
jfbAuthorize: (state) => state.jfbAuthorize,
|
|
542
|
-
}),
|
|
543
|
-
emptyBg() {
|
|
544
|
-
return this.getNoData();
|
|
545
|
-
},
|
|
546
|
-
},
|
|
547
538
|
computed: {
|
|
548
539
|
tabSelectedStyle() {
|
|
549
540
|
let styleObj = {
|
|
@@ -559,6 +550,13 @@ export default {
|
|
|
559
550
|
}
|
|
560
551
|
return this.styleObjectToString(styleObj);
|
|
561
552
|
},
|
|
553
|
+
...mapState({
|
|
554
|
+
jwxSDK: (state) => state.jwxSDK,
|
|
555
|
+
jfbAuthorize: (state) => state.jfbAuthorize,
|
|
556
|
+
}),
|
|
557
|
+
emptyBg() {
|
|
558
|
+
return this.getNoData();
|
|
559
|
+
},
|
|
562
560
|
},
|
|
563
561
|
filters:{
|
|
564
562
|
cutstr(val){
|