张延森 3 years ago
parent
commit
c179bc5805

+ 1
- 1
src/pages/index/helpToFindHouse/components/SubmitBuyHouseResult/index.jsx View File

@@ -40,7 +40,7 @@ export default function SubmitBuyHouseResult (props) {
40 40
             </view>
41 41
 
42 42
             <view className='Btn flex-h'>
43
-              <text className='flex-item'>一键咨询</text>
43
+              <button className='flex-item' openType='contact'>一键咨询</button>
44 44
               <text className='flex-item active' onClick={handlePhone}>一键电话</text>
45 45
             </view>
46 46
 

+ 2
- 1
src/pages/index/helpToFindHouse/components/SubmitBuyHouseResult/index.scss View File

@@ -58,7 +58,8 @@
58 58
           margin-top: 40px;
59 59
           align-items: center;
60 60
           margin-bottom: 60px;
61
-          >text {
61
+          >text, button {
62
+            padding: 0;
62 63
             font-size: 30px;
63 64
             line-height: 78px;
64 65
             border-radius: 78px;