Chore:公共代码统一引用
This commit is contained in:
@@ -75,11 +75,9 @@
|
|||||||
<script>
|
<script>
|
||||||
import { getHotelList, getHotelTypeList } from "@/api/inn.js"
|
import { getHotelList, getHotelTypeList } from "@/api/inn.js"
|
||||||
import { getCurAddress, getLocation } from "@/utils/common"
|
import { getCurAddress, getLocation } from "@/utils/common"
|
||||||
import GooSkeleton from '@/components/GooSkeleton/index.vue'
|
|
||||||
import FunHotelItem from './components/HotelItem'
|
import FunHotelItem from './components/HotelItem'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
GooSkeleton,
|
|
||||||
FunHotelItem
|
FunHotelItem
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
@@ -55,12 +55,10 @@ import {
|
|||||||
getHotelGoodList
|
getHotelGoodList
|
||||||
} from "@/api/inn.js";
|
} from "@/api/inn.js";
|
||||||
import imgBox from '@/components/imageTypeSet/imagebox.vue'
|
import imgBox from '@/components/imageTypeSet/imagebox.vue'
|
||||||
import GooSkeleton from '@/components/GooSkeleton/index.vue'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
imgBox,
|
imgBox
|
||||||
GooSkeleton
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -428,12 +428,10 @@ import {getUrlParam} from "@/utils/common.js"
|
|||||||
import imgBox from '@/components/imageTypeSet/imagebox.vue'
|
import imgBox from '@/components/imageTypeSet/imagebox.vue'
|
||||||
import cookie from "@/utils/store/cookie"
|
import cookie from "@/utils/store/cookie"
|
||||||
import {addStore, removeStore} from "@/api/favorite"
|
import {addStore, removeStore} from "@/api/favorite"
|
||||||
import GooSkeleton from '@/components/GooSkeleton/index.vue'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
imgBox,
|
imgBox
|
||||||
GooSkeleton
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -46,12 +46,8 @@
|
|||||||
<script>
|
<script>
|
||||||
// 节日专题
|
// 节日专题
|
||||||
import { getFestival } from '@/api/product'
|
import { getFestival } from '@/api/product'
|
||||||
import GooSkeleton from '@/components/GooSkeleton/index.vue'
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Festival',
|
name: 'Festival',
|
||||||
components: {
|
|
||||||
GooSkeleton
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isLoad: false,
|
isLoad: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user