1002884655 3 лет назад
Родитель
Сommit
71628bcec7
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/pages/index/buildingDetail/components/BasicInfo/index.jsx

+ 1
- 1
src/pages/index/buildingDetail/components/BasicInfo/index.jsx Просмотреть файл

@@ -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
       {/* 提示 */}