李志伟 2 лет назад
Родитель
Сommit
9fb1d5f3b5

+ 1
- 1
config/dev.js Просмотреть файл

@@ -4,7 +4,7 @@ module.exports = {
4 4
   },
5 5
   defineConstants: {
6 6
     // HOST: '"https://machine.njyunzhi.com"',
7
-    HOST: '"http://192.168.89.25:7080"',
7
+    HOST: '"http://192.168.89.147:7080"',
8 8
     OSS: '""',
9 9
     // VERSION: '"2.0.33"',
10 10
   },

+ 1
- 1
src/components/CarsListContent/index.jsx Просмотреть файл

@@ -60,7 +60,7 @@ export default withLayout((props) => {
60 60
               <View className='carsListImga-bottom-box-flaxBox'>
61 61
                 <View className='carsListImga-bottom-box-flaxBox-liftText'>
62 62
                   <View className='carsListImga-bottom-box-flaxBox-liftText-Titles'>{item.name}</View>
63
-                  <View className='carsListImga-bottom-box-flaxBox-liftText-price'>{formatPrice(item.price)}/<Text>公顷</Text></View>
63
+                  <View className='carsListImga-bottom-box-flaxBox-liftText-price'>{formatPrice(item.price)}/<Text></Text></View>
64 64
                 </View>
65 65
                 <View className='carsListImga-bottom-box-flaxBox-rightBut'>
66 66
                   <ButtontWX onClick={() => startReserve(item.machineryId)} butText='预约' butWidth={80} butHeight={34} butFontSize={19} butBorderRadius={0} />

+ 1
- 1
src/pages/CheckDetails/index.jsx Просмотреть файл

@@ -78,7 +78,7 @@ export default withLayout((props) => {
78 78
           <View className='CarsContent-TextBox'>
79 79
             <View className='CheckDetails-bottom-box-flaxBox-liftText'>
80 80
               <View className='CheckDetails-bottom-box-flaxBox-liftText-Titles'>{carsInfo?.name}</View>
81
-              <View className='CheckDetails-bottom-box-flaxBox-liftText-price'>{formatPrice(carsInfo.price)}/<Text>公顷</Text></View>
81
+              <View className='CheckDetails-bottom-box-flaxBox-liftText-price'>{formatPrice(carsInfo.price)}/<Text></Text></View>
82 82
             </View>
83 83
             <View className='content-header-box-map-Info' onClick={() => goMapInfo('222888')}>
84 84
               <View className='content-header-box-map-Info-liftCentent'>

+ 1
- 1
src/pages/CheckMap/index.jsx Просмотреть файл

@@ -89,7 +89,7 @@ export default withLayout((props) => {
89 89
             <View className='CarsContent-TextBox'>
90 90
               <View className='CheckDetails-bottom-box-flaxBox-liftText'>
91 91
                 <View className='CheckDetails-bottom-box-flaxBox-liftText-Titles'>{carsInfo.name}</View>
92
-                <View className='CheckDetails-bottom-box-flaxBox-liftText-price'>{(carsInfo.price / 100).toFixed(2)}/<Text>公顷</Text></View>
92
+                <View className='CheckDetails-bottom-box-flaxBox-liftText-price'>{(carsInfo.price / 100).toFixed(2)}/<Text></Text></View>
93 93
               </View>
94 94
               <View className='content-header-box-map-Info'>
95 95
                 <View className='content-header-box-map-Info-liftCentent'>

+ 1
- 1
src/pages/MoreCars/CarTypeList.jsx Просмотреть файл

@@ -53,7 +53,7 @@ export default withLayout((props) => {
53 53
               <View className='carsListImga-bottom-box-flaxBox'>
54 54
                 <View className='carsListImga-bottom-box-flaxBox-liftText'>
55 55
                   <View className='carsListImga-bottom-box-flaxBox-liftText-Titles'>{item.name}</View>
56
-                  <View className='carsListImga-bottom-box-flaxBox-liftText-price'>{formatPrice(item.price)}/<Text>公顷</Text></View>
56
+                  <View className='carsListImga-bottom-box-flaxBox-liftText-price'>{formatPrice(item.price)}/<Text></Text></View>
57 57
                 </View>
58 58
                 <View className='carsListImga-bottom-box-flaxBox-rightBut'>
59 59
                   <ButtontWX onClick={() => startReserve(item.machineryId)} butText='预约' butWidth={80} butHeight={34} butFontSize={19} butBorderRadius={0} />

+ 2
- 2
src/pages/OrderConfirmation/index.jsx Просмотреть файл

@@ -136,8 +136,8 @@ export default withLayout((props) => {
136 136
       <View className='pagesBox'>
137 137
         <Form onSubmit={formSubmit} >
138 138
           <View className='example-body-WorkingArea'>
139
-            <View>作业面积/公顷</View>
140
-            <Input name='amount' type='number' maxlength={6} className='aTextareaCentent' placeholder='请输入作业面积/公顷' />
139
+            <View>作业面积/</View>
140
+            <Input name='amount' type='number' maxlength={6} className='aTextareaCentent' placeholder='请输入作业面积/' />
141 141
           </View>
142 142
           <View className='example-body-WorkingTime'>
143 143
             <View>作业时间:</View>