|
@@ -181,7 +181,7 @@ export default function BasicInfo (props) {
|
181
|
181
|
{/* 互动 */}
|
182
|
182
|
<view className='Interact flex-h'>
|
183
|
183
|
<text className='flex-item' onClick={() => goto(`/pages/index/buildingInfo/index?id=${buildingId}`)}>更多楼盘信息</text>
|
184
|
|
- {/* <text className='flex-item active' onClick={handleSubscribeMessage}>订阅活动通知</text> */}
|
|
184
|
+ <text className='flex-item active' onClick={handleSubscribeMessage}>订阅活动通知</text>
|
185
|
185
|
</view>
|
186
|
186
|
|
187
|
187
|
{/* 提示 */}
|