收藏
回答

tabBar缓存

"tabBar": {

"color": "#7b7b7b",

"selectedColor": "#ee5909",

"list": [

{

"pagePath": "pages/index/index",

"text": "首页",

"iconPath": "images/index_grey.png",

"selectedIconPath": "images/index_org.png"

},

{

"pagePath": "pages/active/active",

"text": "活动",

"iconPath": "images/active_grey.png",

"selectedIconPath": "images/active_org.png"

},

{

"pagePath": "pages/myindex/myindex",

"text": "我的",

"iconPath": "images/me_grey.png",

"selectedIconPath": "images/me_org.png"

}

]

}


之前上线一个活动,tabBar下面配了个活动路径,活动到期了把tabBar下面的活动配置项删除了,但线上还有这个入口,这么处理这个缓存。


回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容