Authored by hongyong.zhao

bug fix -- reviewed by guosuai

... ... @@ -92,7 +92,6 @@
import {Input, Button, Scroll} from 'cube-ui';
import OrderAddress from './components/confirm/address';
import DayChoose from './components/askorder/day-choose';
import OrderAgree from './components/confirm/agree';
import { createNamespacedHelpers } from 'vuex';
import {debounce, get} from 'lodash';
... ... @@ -102,11 +101,11 @@ const {mapState, mapActions, mapMutations, mapGetters} = createNamespacedHelpers
export default {
name: 'BuyerAskOrder',
components: {Button, Input, DayChoose, OrderAddress, OrderAgree},
props: ['lazy', 'storageId'],
component: {
components: {
Input,
OrderAddress,
OrderAgree,
Button,
'cube-scroll': Scroll,
},
... ...