소스 검색

Merge branch 'main' of http://git.ycjcjy.com/marketing/miniapp into main

Your Name 3 년 전
부모
커밋
b6ffbcfd44
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
   }