|
@@ -43,7 +43,7 @@ export default function DetailBottom (props) {
|
43
|
43
|
const params = `buildingId=${Info?.buildingId}&buildingName=${Info?.buildingName}`
|
44
|
44
|
|
45
|
45
|
Taro.navigateTo({
|
46
|
|
- url: `/pages/mine/recommendUser/index?${params}`
|
|
46
|
+ url: `/pages/mine/addCustomer/index?type=consultant&${params}`
|
47
|
47
|
})
|
48
|
48
|
} else {
|
49
|
49
|
Taro.showToast({ title: '该功能暂不能为您提供服务', icon: 'none', duration: 2000 })
|