移动端默认搜索修改

默认修改一般都是post,并且后台的设置还不管用。然后我这边做商城,默认想搜索商品,找呀找呀找朋友。。
修改type类型为shop为商品,其他的看自己后台判断修改。
文件位置:/b2/Assets/fontend/main.js
198行type类型。
Vue.component(‘search-box’, {
props: [‘show’,’searchType’],
template:b2_global.search_box,
data(){
return{
showSearch:false,
type:’shop’
}
},
methods:{
close(){
this.$emit(‘close’)
}
},
watch:{
searchType(val){
this.type = val
}
}
})

关闭多余不想用的统计
路径b2/functions.php,注释掉即可
function b2_get_search_type(){
$arg = apply_filters(‘b2_custom_post_type’, array(
//’all’=>__(‘全部’, ‘b2’),
‘shop’=>b2_get_option(‘normal_custom’,’custom_shop_name’),
//’post’=>__(‘文章’, ‘b2’),
//’user’=>__(‘用户’, ‘b2’),

圈主 管理员

热门评论
:
该帖子评论已关闭
图片审查中...
编辑答案: 我的回答: 最多上传一张图片和一个附件
x
x
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索