tabBar缓存
发布于 6 年前 作者 wsong 6771 次浏览 来自 问答

“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 回复

你好,请问是重新提交了版本吗?如果是的话,可以了解下小程序的更新机制:

https://mp.weixin.qq.com/s/yDSM_OR1AMqY-1sWK9ppjw

是版本缓存吧?只能手动删小程序重新进看看

回到顶部