|
@@ -16,6 +16,7 @@ function noPower() {
|
|
|
}
|
|
|
|
|
|
function beforeChangeHandle($event, char, isLogin) {
|
|
|
+ return true
|
|
|
if (isLogin) {
|
|
|
return true
|
|
|
}
|
|
@@ -154,7 +155,8 @@ function createSearchBidBaseSchema(conf = {}) {
|
|
|
defaultVal: 'thisyear',
|
|
|
_name: 'time',
|
|
|
_type: 'component',
|
|
|
- expand: vipUser ? publishTimeExpandVip : publishTimeExpandFree
|
|
|
+ // expand: vipUser ? publishTimeExpandVip : publishTimeExpandFree
|
|
|
+ expand: publishTimeExpandVip
|
|
|
},
|
|
|
{
|
|
|
key: 'selectType',
|
|
@@ -163,7 +165,8 @@ function createSearchBidBaseSchema(conf = {}) {
|
|
|
defaultVal: ['content', 'title'],
|
|
|
_name: 'selectType',
|
|
|
_type: 'component',
|
|
|
- expand: vipUser ? searchScopeExpandVip : searchScopeExpandFree
|
|
|
+ // expand: vipUser ? searchScopeExpandVip : searchScopeExpandFree
|
|
|
+ expand: searchScopeExpandVip
|
|
|
},
|
|
|
{
|
|
|
key: 'bmjzzt',
|
|
@@ -173,7 +176,8 @@ function createSearchBidBaseSchema(conf = {}) {
|
|
|
_type: 'component',
|
|
|
labelHeight: '25px',
|
|
|
labelStyle: {
|
|
|
- width: '100px',
|
|
|
+ width: '98px',
|
|
|
+ 'white-space': 'nowrap'
|
|
|
},
|
|
|
expand: {
|
|
|
component: TagSelector,
|
|
@@ -204,7 +208,8 @@ function createSearchBidBaseSchema(conf = {}) {
|
|
|
_name: 'signUpEndTime',
|
|
|
_type: 'component',
|
|
|
labelStyle: {
|
|
|
- width: '100px',
|
|
|
+ width: '98px',
|
|
|
+ 'white-space': 'nowrap'
|
|
|
},
|
|
|
labelHeight: isVip || !isInApp ? '22px' : '32px',
|
|
|
expand: {
|