提交 7009f8c0 作者: ZhangLingKun

Merge branch 'develop'

......@@ -13,4 +13,4 @@ patches:
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/h5
newTag: 4a5a463823e22b9f0b46a0d071e9830626981f2a
newTag: c7ef4f20b84d51fd896f7c40c58fbfab3d954f2a
......@@ -4,7 +4,7 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "全国网点",
"navigationBarTitleText": " ",
"navigationStyle": "custom"
}
},
......
......@@ -100,10 +100,18 @@ export default {
this.getServiceBitmap()
// console.log('执行到此处 --->', option)
},
onShow() {
uni.setNavigationBarTitle({
title: this.networkTypeList[this.currentTypeIndex]?.name
})
},
methods: {
// 切换类型
handleSelectType(index) {
this.currentTypeIndex = index
uni.setNavigationBarTitle({
title: this.networkTypeList[this.currentTypeIndex]?.name
})
this.getServiceBitmap()
},
// 获取当前列表
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论