Commit 0b826583 authored by 吴春's avatar 吴春

11

parent 9237fb2b
This diff is collapsed.
......@@ -242,7 +242,6 @@
</view>
</view>
</u-col>
</u-row>
<template v-else>
<brandComponent v-if="g&&g.length>0" :g="g"></brandComponent>
......@@ -478,6 +477,10 @@
},
resetChengdu() {
this.msg.IsInChengdu = -1;
this.g = [];
this.msg.pageIndex = 1;
this.$refs.uDropdown.close();
this.init();
},
confirmChengdu() {
this.g = [];
......
{
//首店的包
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/index/index",
"enablePullDownRefresh": true,
"style": {
"navigationStyle": "custom"
},
"meta": {
"showTabbar": true
}
}],
"subPackages": [{
"root": "pages/favorite",
"pages": [{
"path": "favorite"
}, {
"path": "favoriteKotra"
}]
}, {
"root": "pages/foot",
"pages": [{
"path": "index/index"
}]
},
{
"root": "pages/user-center",
"pages": [{
"path": "integral-detail/integral-detail"
},
{
"path": "user-center",
"style": {
"navigationStyle": "custom"
}
}
]
}
//成都首店
, {
"root": "pages/kotra",
"pages": [{
"path": "contanctus"
}, {
"path": "contanctDetail"
}, {
"path": "compInformation"
}, {
"path": "activeInner"
}, {
"path": "news" //最新动向
}, {
"path": "fat" //fat资讯
}, {
"path": "procurementList" //采购申请
}, {
"path": "investmentList" //投资申请
}, {
"path": "zixunList" //咨询信息
}, {
"path": "activeInnerDetail" //活动详情
}, {
"path": "newsInDetail" //新闻详情
}, {
"path": "procurementDetail" //采购查看详情
}, {
"path": "investmentDetail" //投资详情
}, {
"path": "activityList" //我的活动
}, {
"path": "zixunDetail" //咨询详情
}, {
"path": "typeList" //类型
}, {
"path": "companyInfo" //企业信息
}, {
"path": "activitysignUp" //活动报名 相亲模式
},
{
"path": "signList" //活动报名 相亲模式
},
{
"path": "baomingorder" //报名订单
}, {
"path": "brand/list", //品牌列表
"style": {
"navigationStyle": "custom"
},
"globalStyle": {
"navigationStyle": "custom"
}
}, {
"path": "brand/detail" //品牌详情
},
{
"path": "activeList" //活动列表
}, {
"path": "activeSignUp" //活动报名
},
{
"path": "signListEdit" //活动报名人员修改
},
{
"path": "brand/detail_new", //品牌详情-新版
"enablePullDownRefresh": false
}, {
"path": "brand/detail_brand", //品牌详情-新版
"enablePullDownRefresh": false
}, {
"path": "brand/detail_company", //品牌详情-新版
"enablePullDownRefresh": false
}, {
"path": "carrier/detail_carrier", //新载体详情
"enablePullDownRefresh": true,
"style": {
"navigationStyle": "custom"
}
}, {
"path": "carrier/detail_building", //楼宇详情
"enablePullDownRefresh": true,
"style": {
"navigationStyle": "custom"
}
}, {
"path": "carrier/detail", //品牌列表
"enablePullDownRefresh": true,
"style": {
"navigationStyle": "custom"
}
}, {
"path": "carrier/list", //载体列表
"style": {
"navigationStyle": "custom"
},
"globalStyle": {
"navigationStyle": "custom"
}
}, {
"path": "identification" //身份识别
}, {
"path": "firstShop/firstShop"
}, {
"path": "firstShop/list"
}, {
"path": "wish/list" //心愿列表
}, {
"path": "wish/detail" //心愿详情
}, {
"path": "wish/myWishPlan" //我的心愿计划
}, {
"path": "wish/richText" //心愿计划富文本
}, {
"path": "carrierInformation" //载体信息编辑页面
}, {
"path": "brandSearch" //品牌列表的搜索
}, {
"path": "enterpriseCertificationList" //企业认证列表
}, {
"path": "enterpriseCertificationdetails" //企业认证详情
}, {
"path": "billboard/billboardList", //榜单列表
"style": {
"navigationStyle": "custom"
}
}, {
"path": "billboard/billboarddetails" //榜单详情
}, {
"path": "billboard/listsignUp" //榜单报名
}, {
"path": "billboard/mybillbordList", //我的榜单报名列表
"style": {
"navigationStyle": "custom"
}
}, {
"path": "signSuccse" //报名成功页面
}, {
"path": "BrandEnterSetIn/enterIndex" //载体首页
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
//#ifdef H5
"titleNView": false
//#endif
}
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment