张延森 4 years ago
parent
commit
a1000a24d8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/share/index.jsx

+ 2
- 2
src/pages/share/index.jsx View File

@@ -86,8 +86,8 @@ const Index = () => {
86 86
 
87 87
                     const share = {
88 88
                         title: `欢迎来到${title}`,
89
-                        // imageUrl: (res.data.data || {}).image||defaultImgUrl,
90
-                        imageUrl: defaultImgUrl,
89
+                        imageUrl: (res.data.data || {}).image||defaultImgUrl,
90
+                        // imageUrl: defaultImgUrl,
91 91
                         path: `/pages/index/index?houseId=${houseId}&personNum=${personNum}&startTime=${startTime}&endTime=${endTime}&orderId=${orderId}`
92 92
                     }
93 93