提交 43a31ee9 作者: ZhangLingKun

Merge branch 'develop'

流水线 #7136 已通过 于阶段
in 35 秒
...@@ -13,4 +13,4 @@ patches: ...@@ -13,4 +13,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/h5 newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/h5
newTag: 9147b0d96de8c77f5e50c3cf615ba3d70d16683a newTag: c7b966f1700fff4bebafee829c27dcecd041553b
...@@ -81,7 +81,13 @@ export default { ...@@ -81,7 +81,13 @@ export default {
tagId: 3, tagId: 3,
path: '/page-rent/rent-store/index' path: '/page-rent/rent-store/index'
}, },
{ type: 2, name: '培训机构', action: '报名培训', tagId: 4 }, {
type: 2,
name: '培训机构',
action: '报名培训',
tagId: 4,
path: '/page-flyer/institution-detail/index'
},
{ type: 3, name: '维修网点', action: '维修设备', tagId: 10 } { type: 3, name: '维修网点', action: '维修设备', tagId: 10 }
], ],
currentTypeIndex: 0, currentTypeIndex: 0,
...@@ -97,6 +103,7 @@ export default { ...@@ -97,6 +103,7 @@ export default {
if (!lat || !lng) return if (!lat || !lng) return
// 设置当前定位 // 设置当前定位
this.location = { lat: Number(lat), lng: Number(lng) } this.location = { lat: Number(lat), lng: Number(lng) }
this.currentTypeIndex = Number(option?.index) || 0
this.getServiceBitmap() this.getServiceBitmap()
// console.log('执行到此处 --->', option) // console.log('执行到此处 --->', option)
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论