diff --git a/main.js b/main.js index 3805ca1..1c18df1 100644 --- a/main.js +++ b/main.js @@ -15,8 +15,10 @@ import { WX_LIVE_APPID } from "@/config"; import uView from "uview-ui"; +import GooSkeleton from '@/components/GooSkeleton/index.vue' -Vue.use(uView); +Vue.use(uView) +Vue.component('GooSkeleton', GooSkeleton) Vue.mixin(mixin) // 注册全局组件 diff --git a/pages/cart.vue b/pages/cart.vue index 5d85340..e7ae925 100644 --- a/pages/cart.vue +++ b/pages/cart.vue @@ -1,95 +1,166 @@ -