1007395918@qq.com hace 5 años
padre
commit
1c32cb8f69
Se han modificado 3 ficheros con 11 adiciones y 11 borrados
  1. 1
    2
      src/app.js
  2. 2
    1
      src/pages/project/floor/index.js
  3. 8
    8
      src/pages/project/index.js

+ 1
- 2
src/app.js Ver fichero

@@ -124,8 +124,7 @@ class App extends Component {
124 124
     },
125 125
     tabBar: {
126 126
       color: '#666',
127
-      selectedColor: '#E6380C',
128
-      // selectedColor: '#BB9C79',
127
+      selectedColor: '#BB9C79',
129 128
 
130 129
       list: [
131 130
         {

+ 2
- 1
src/pages/project/floor/index.js Ver fichero

@@ -48,7 +48,8 @@ export default class Index extends Component {
48 48
           </View>
49 49
           <View className='item'>
50 50
             <Text className='txt left-txt'>均价</Text>
51
-            <Text className='txt right-txt'>{projectDetail.price || '待定'}</Text>
51
+            {/* <Text className='txt right-txt'>{projectDetail.price || '待定'}</Text> */}
52
+            <Text className='txt right-txt'> {projectDetail.price ? <Text>约{projectDetail.price}{projectDetail.priceType == 'total' ? '万元/套' : '元/m²'}</Text> : '待定'} </Text>
52 53
           </View>
53 54
           <View className='item'>
54 55
             <Text className='txt left-txt'>销售状态</Text>

+ 8
- 8
src/pages/project/index.js Ver fichero

@@ -59,14 +59,14 @@ export default class Index extends Component {
59 59
 
60 60
   componentWillMount() {
61 61
 
62
-    wx.setNavigationBarColor({
63
-      frontColor: '#ffffff',
64
-      backgroundColor: '#E31F05',
65
-      animation: {
66
-        duration: 400,
67
-        timingFunc: 'easeIn'
68
-      }
69
-    })
62
+    // wx.setNavigationBarColor({
63
+    //   frontColor: '#ffffff',
64
+    //   backgroundColor: '#E31F05',
65
+    //   animation: {
66
+    //     duration: 400,
67
+    //     timingFunc: 'easeIn'
68
+    //   }
69
+    // })
70 70
     Taro.hideTabBar()
71 71
 
72 72
     ready.queue(() => {