浏览代码

静态页面

1002884655 3 年前
父节点
当前提交
a4d3627d1c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/index/buildingDetail/components/BasicInfo/index.jsx

+ 1
- 1
src/pages/index/buildingDetail/components/BasicInfo/index.jsx 查看文件

19
 
19
 
20
   const handleSubscribeMessage = () => {
20
   const handleSubscribeMessage = () => {
21
     Taro.showToast({
21
     Taro.showToast({
22
-      title: '暂未开启',
22
+      title: '该功能即将上线!',
23
       icon: 'none',
23
       icon: 'none',
24
     })
24
     })
25
   }
25
   }