|
|
@@ -451,7 +451,7 @@ export default {
|
|
|
del: false,
|
|
|
salable: true,
|
|
|
// distinctPrefix: true,
|
|
|
- source: this.$store.state.reviewPay ? 'OFFICIAL' : '',
|
|
|
+ source: this.$store.state.reviewPay || this.$store.state.review ? 'OFFICIAL' : '',
|
|
|
notLike: this.notLike,
|
|
|
type: 'DEFAULT,BLIND_BOX'
|
|
|
};
|
|
|
@@ -461,7 +461,7 @@ export default {
|
|
|
onShelf: true,
|
|
|
del: false,
|
|
|
salable: 0,
|
|
|
- source: this.$store.state.reviewPay ? 'OFFICIAL' : '',
|
|
|
+ source: this.$store.state.reviewPay || this.$store.state.review ? 'OFFICIAL' : '',
|
|
|
notLike: this.notLike,
|
|
|
type: 'PICTURE'
|
|
|
};
|