|
@@ -1,6 +1,6 @@
|
|
|
import React, { Component } from "react";
|
|
|
import Taro from "@tarojs/taro";
|
|
|
-import { View, Icon, Button, Picker, Input } from '@tarojs/components'
|
|
|
+import { View, Icon, Button, Picker, Text } from '@tarojs/components'
|
|
|
import { AtButton, AtIcon, AtInput, AtModal, AtModalHeader, AtModalContent, AtModalAction } from "taro-ui";
|
|
|
import { typeList, vehiclelist } from '../../utils/tools/config';
|
|
|
import { getNumHourse, removeNull } from "../../utils/tools";
|
|
@@ -254,7 +254,7 @@ class Modal extends Component {
|
|
|
}}
|
|
|
|
|
|
/>
|
|
|
- 至
|
|
|
+ <Text style={{ fontSize: "30px", padding:"0 2px" }}>⇀</Text>
|
|
|
<AtInput name="endDistrict" className="pin" type='text' placeholder='目的地' value={data.endDistrict}
|
|
|
onChange={e => {
|
|
|
this.setState({
|