提交 a6d1535d 作者: ZhangLingKun

Merge branch 'develop'

...@@ -132,13 +132,20 @@ export default { ...@@ -132,13 +132,20 @@ export default {
if (from !== 'map') { if (from !== 'map') {
// 当前选择的类型 // 当前选择的类型
const item = this.networkTypeList[this.currentTypeIndex] const item = this.networkTypeList[this.currentTypeIndex]
const index = this.currentTypeIndex
// 如果存在路径 // 如果存在路径
if (item?.path) { if (item?.path) {
if (index === 0) {
weChatSDK.miniProgram.navigateTo({
url: `${item?.path}?id=${e?.id}`
})
} else {
weChatSDK.miniProgram.navigateTo({ weChatSDK.miniProgram.navigateTo({
url: `${item?.path}?id=${e?.backUserAccountId}` url: `${item?.path}?id=${e?.backUserAccountId}`
}) })
} }
} }
}
this.setCenterPoint(e) this.setCenterPoint(e)
}, },
// 显示网点列表 // 显示网点列表
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论