Commit 1830f66722c7b42f55fcebf5d0b8c54cc5aa5647
1 parent
f8b20bf2
v2版本
Showing
1 changed file
with
3 additions
and
3 deletions
src/mobile/common/CommobileBill.js
| 1 | 1 | /* eslint-disable */ |
| 2 | 2 | import React from 'react'; |
| 3 | 3 | import weixin from 'weixin-js-sdk'; |
| 4 | -import { Flex, Button, ListView, Toast } from 'antd-mobile'; | |
| 4 | +import { Flex, Button, ListView, Toast } from 'antd-mobile-v2'; | |
| 5 | 5 | import { createForm } from 'rc-form'; |
| 6 | -import 'antd-mobile/dist/antd-mobile.css'; | |
| 6 | +import 'antd-mobile-v2/dist/antd-mobile.css'; | |
| 7 | 7 | import CommobileBase from './CommobileBase'; |
| 8 | 8 | import CommobileBillEvent from './CommobileBillEvent'; |
| 9 | 9 | import CommobileViewMaster from './CommobileViewMaster'; |
| 10 | -import * as commonConfig from '../../utils/config'; | |
| 10 | +import commonConfig from '../../utils/config'; | |
| 11 | 11 | import * as commonUtils from '../../utils/utils'; |
| 12 | 12 | import ShowType from './CommobileComponent'; |
| 13 | 13 | import CommobileToolBar from './CommobileToolBar'; | ... | ... |