|
@@ -4,23 +4,18 @@ import Taro, { getCurrentInstance } from "@tarojs/taro";
|
|
|
import { getProvince } from '../../utils/tools/index'
|
|
|
import {
|
|
|
AtSearchBar,
|
|
|
- AtCheckbox,
|
|
|
AtTextarea,
|
|
|
AtModal,
|
|
|
AtModalHeader,
|
|
|
AtModalContent,
|
|
|
AtModalAction,
|
|
|
AtInput,
|
|
|
- AtIcon,
|
|
|
AtButton,
|
|
|
- AtTag,
|
|
|
- AtRadio,
|
|
|
AtInputNumber
|
|
|
} from "taro-ui";
|
|
|
import Skeleton from "taro-skeleton";
|
|
|
import {
|
|
|
queryByUidAll,
|
|
|
- updateUserDate,
|
|
|
updateUser,
|
|
|
addOneContact,
|
|
|
findCustomerContacts,
|
|
@@ -33,15 +28,12 @@ import {
|
|
|
} from "../../utils/servers/servers";
|
|
|
import "./index.less";
|
|
|
|
|
|
-import "taro-ui/dist/style/components/icon.scss";
|
|
|
import "taro-ui/dist/style/components/textarea.scss";
|
|
|
import "taro-ui/dist/style/components/modal.scss";
|
|
|
import "taro-ui/dist/style/components/timeline.scss";
|
|
|
import "taro-ui/dist/style/components/calendar.scss";
|
|
|
import "taro-ui/dist/style/components/input.scss";
|
|
|
-import "taro-ui/dist/style/components/checkbox.scss";
|
|
|
import "taro-ui/dist/style/components/search-bar.scss";
|
|
|
-import "taro-ui/dist/style/components/tag.scss";
|
|
|
|
|
|
import MessageNoticebar from "../../components/common/messageNoticebar";
|
|
|
import { industry, channelTypeList, yearList } from '../../utils/tools/config';
|