|
@@ -31,6 +31,7 @@ const moreFiltersNeedVipKeyList = [
|
|
function createSubscribeMoreSchema(conf = {}) {
|
|
function createSubscribeMoreSchema(conf = {}) {
|
|
const vt = conf.vt.value || 'f'
|
|
const vt = conf.vt.value || 'f'
|
|
const isFree = conf.isFree.value || false
|
|
const isFree = conf.isFree.value || false
|
|
|
|
+ const isSubCount = conf.isSubCount.value || false
|
|
let SubscribeMoreSchema = [
|
|
let SubscribeMoreSchema = [
|
|
{
|
|
{
|
|
key: 'keyWords',
|
|
key: 'keyWords',
|
|
@@ -180,7 +181,7 @@ function createSubscribeMoreSchema(conf = {}) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
- if (!isFree) {
|
|
|
|
|
|
+ if (!isFree && !isSubCount) {
|
|
const insertPosition = SubscribeMoreSchema.length - 1
|
|
const insertPosition = SubscribeMoreSchema.length - 1
|
|
SubscribeMoreSchema.splice(
|
|
SubscribeMoreSchema.splice(
|
|
insertPosition,
|
|
insertPosition,
|