浏览代码

手机求购

yangc 7 年之前
父节点
当前提交
21214d5975

+ 1 - 1
components/mobile/applyPurchase/SeekList.vue

@@ -49,7 +49,7 @@
 </template>
 <script>
   import {LoginBox, RemindBox} from '~components/mobile/common'
-  import {SayPrice, SayPriceInfo} from '~components/mobile'
+  import {SayPrice, SayPriceInfo} from '~components/mobile/applyPurchase'
   export default {
     components: {
       LoginBox,

+ 4 - 0
components/mobile/applyPurchase/index.js

@@ -0,0 +1,4 @@
+import SayPriceInfo from './SayPriceInfo.vue'
+import SayPrice from './SayPrice.vue'
+
+export { SayPriceInfo, SayPrice }

+ 1 - 3
components/mobile/index.js

@@ -1,7 +1,5 @@
 import MobileHeader from './MobileHeader.vue'
 import MobileFooter from './MobileFooter.vue'
 import Home from './Home.vue'
-import SayPriceInfo from './applyPurchase/SayPriceInfo.vue'
-import SayPrice from './applyPurchase/SayPrice.vue'
 
-export { MobileFooter, MobileHeader, Home, SayPriceInfo, SayPrice }
+export { MobileFooter, MobileHeader, Home }