李志伟 2 年前
父节点
当前提交
9fb1d5f3b5

+ 1
- 1
config/dev.js 查看文件

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

+ 1
- 1
src/components/CarsListContent/index.jsx 查看文件

60
               <View className='carsListImga-bottom-box-flaxBox'>
60
               <View className='carsListImga-bottom-box-flaxBox'>
61
                 <View className='carsListImga-bottom-box-flaxBox-liftText'>
61
                 <View className='carsListImga-bottom-box-flaxBox-liftText'>
62
                   <View className='carsListImga-bottom-box-flaxBox-liftText-Titles'>{item.name}</View>
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
                 </View>
64
                 </View>
65
                 <View className='carsListImga-bottom-box-flaxBox-rightBut'>
65
                 <View className='carsListImga-bottom-box-flaxBox-rightBut'>
66
                   <ButtontWX onClick={() => startReserve(item.machineryId)} butText='预约' butWidth={80} butHeight={34} butFontSize={19} butBorderRadius={0} />
66
                   <ButtontWX onClick={() => startReserve(item.machineryId)} butText='预约' butWidth={80} butHeight={34} butFontSize={19} butBorderRadius={0} />

+ 1
- 1
src/pages/CheckDetails/index.jsx 查看文件

78
           <View className='CarsContent-TextBox'>
78
           <View className='CarsContent-TextBox'>
79
             <View className='CheckDetails-bottom-box-flaxBox-liftText'>
79
             <View className='CheckDetails-bottom-box-flaxBox-liftText'>
80
               <View className='CheckDetails-bottom-box-flaxBox-liftText-Titles'>{carsInfo?.name}</View>
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
             </View>
82
             </View>
83
             <View className='content-header-box-map-Info' onClick={() => goMapInfo('222888')}>
83
             <View className='content-header-box-map-Info' onClick={() => goMapInfo('222888')}>
84
               <View className='content-header-box-map-Info-liftCentent'>
84
               <View className='content-header-box-map-Info-liftCentent'>

+ 1
- 1
src/pages/CheckMap/index.jsx 查看文件

89
             <View className='CarsContent-TextBox'>
89
             <View className='CarsContent-TextBox'>
90
               <View className='CheckDetails-bottom-box-flaxBox-liftText'>
90
               <View className='CheckDetails-bottom-box-flaxBox-liftText'>
91
                 <View className='CheckDetails-bottom-box-flaxBox-liftText-Titles'>{carsInfo.name}</View>
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
               </View>
93
               </View>
94
               <View className='content-header-box-map-Info'>
94
               <View className='content-header-box-map-Info'>
95
                 <View className='content-header-box-map-Info-liftCentent'>
95
                 <View className='content-header-box-map-Info-liftCentent'>

+ 1
- 1
src/pages/MoreCars/CarTypeList.jsx 查看文件

53
               <View className='carsListImga-bottom-box-flaxBox'>
53
               <View className='carsListImga-bottom-box-flaxBox'>
54
                 <View className='carsListImga-bottom-box-flaxBox-liftText'>
54
                 <View className='carsListImga-bottom-box-flaxBox-liftText'>
55
                   <View className='carsListImga-bottom-box-flaxBox-liftText-Titles'>{item.name}</View>
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
                 </View>
57
                 </View>
58
                 <View className='carsListImga-bottom-box-flaxBox-rightBut'>
58
                 <View className='carsListImga-bottom-box-flaxBox-rightBut'>
59
                   <ButtontWX onClick={() => startReserve(item.machineryId)} butText='预约' butWidth={80} butHeight={34} butFontSize={19} butBorderRadius={0} />
59
                   <ButtontWX onClick={() => startReserve(item.machineryId)} butText='预约' butWidth={80} butHeight={34} butFontSize={19} butBorderRadius={0} />

+ 2
- 2
src/pages/OrderConfirmation/index.jsx 查看文件

136
       <View className='pagesBox'>
136
       <View className='pagesBox'>
137
         <Form onSubmit={formSubmit} >
137
         <Form onSubmit={formSubmit} >
138
           <View className='example-body-WorkingArea'>
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
           </View>
141
           </View>
142
           <View className='example-body-WorkingTime'>
142
           <View className='example-body-WorkingTime'>
143
             <View>作业时间:</View>
143
             <View>作业时间:</View>