xujing 5 yıl önce
ebeveyn
işleme
9b438178e3

+ 1
- 1
src/onlineSelling/components/Statement/index.js Dosyayı Görüntüle

@@ -4,7 +4,7 @@ import './index.scss'
4 4
 export default function Statement(props) {
5 5
 
6 6
   return (
7
-    <View className="bottom-con" style="props.style">
7
+    <View className="bottom-con" style={props.style}>
8 8
       <View className="statement">!免责声明:</View>
9 9
       <View className="statement">房源信息、选房协议等来源于开发商,具体销售数据可能会有延迟,最终以开发商官网公告为准,请在执行具体操作前和置业顾问沟通确认,并谨慎核查。</View>
10 10
     </View>

+ 1
- 1
src/onlineSelling/components/Statement/index.scss Dosyayı Görüntüle

@@ -1,5 +1,5 @@
1 1
 .bottom-con{
2
-  padding: 30px;
2
+  padding: 26px 30px;
3 3
   background-color: #F8F8F8;
4 4
 
5 5
   .statement{

+ 5
- 5
src/onlineSelling/pages/detail/index.js Dosyayı Görüntüle

@@ -9,6 +9,7 @@ import dayjs from 'dayjs'
9 9
 import { transferImage } from '@/utils/tools'
10 10
 import Blank from '../../components/Blank'
11 11
 import * as noticeType from '@/constants/common.js'
12
+import Statement from '../../components/Statement'
12 13
 
13 14
 @connect(
14 15
   ({ user }) => ({ ...user })
@@ -136,7 +137,7 @@ export default class Index extends Component {
136 137
     }
137 138
 
138 139
   }
139
-  toRaiseMoney(){
140
+  toRaiseMoney() {
140 141
     Taro.navigateTo({ url: `/onlineSelling/pages/raiseMoney/index` })
141 142
   }
142 143
 
@@ -200,13 +201,12 @@ export default class Index extends Component {
200 201
                 <View className="date">
201 202
                   预选时间:{dayjs(houseDetail.preselectionStartTime).format('MM/DD HH:mm:ss')}--{dayjs(houseDetail.preselectionEndTime).format('MM/DD HH:mm:ss')}
202 203
                 </View>
203
-                {/* <View className="date">
204
-                  认筹时间:2/12 12:23:33--2/13 12:23:34
205
-              </View> */}
204
+                <View className="date">认筹时间:2/12 12:23:33--2/13 12:23:34</View>
206 205
               </View>
207 206
               <View className="num">
208 207
                 已有{houseDetail.realHeat + houseDetail.heat + 0}人预选此房源,快快预选认筹~
209 208
               </View>
209
+              <Statement style="margin: 104rpx 0 30rpx 0" />
210 210
               <View style="padding: 0 30rpx;">
211 211
                 {!houseDetail.isPreselect ?
212 212
                   <View className="choose-btn" onClick={() => this.open()}>
@@ -215,7 +215,7 @@ export default class Index extends Component {
215 215
                     取消预选
216 216
                   </View>
217 217
                 }
218
-                <View className="close-btn" onClick={() => this.toRaiseMoney()}>
218
+                <View className="raise-btn" onClick={() => this.toRaiseMoney()}>
219 219
                   认筹此房源
220 220
               </View>
221 221
               </View>

+ 3
- 4
src/onlineSelling/pages/detail/index.scss Dosyayı Görüntüle

@@ -144,7 +144,6 @@
144 144
       padding: 0 30px;
145 145
       margin-top: 10px;
146 146
       font-weight: 300;
147
-      margin-bottom: 78px;
148 147
    
149 148
     }
150 149
     .choose-btn{
@@ -155,10 +154,10 @@
155 154
       border-radius:10px;
156 155
       text-align: center; 
157 156
     }
158
-    .close-btn{
159
-      color: $primary-color;
157
+    .raise-btn{
158
+      color: #333;
160 159
       font-size: 36px;
161
-      background-color: #F8F8F8;
160
+      border:1px solid #dcdcdc;
162 161
       line-height: 94px;
163 162
       border-radius:10px;
164 163
       text-align: center;