瀏覽代碼

静态页面

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,7 +19,7 @@ export default function BasicInfo (props) {
19 19
 
20 20
   const handleSubscribeMessage = () => {
21 21
     Taro.showToast({
22
-      title: '暂未开启',
22
+      title: '该功能即将上线!',
23 23
       icon: 'none',
24 24
     })
25 25
   }