yangc 7 سال پیش
والد
کامیت
21214d5975
3فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 1 1
      components/mobile/applyPurchase/SeekList.vue
  2. 4 0
      components/mobile/applyPurchase/index.js
  3. 1 3
      components/mobile/index.js

+ 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 }