Fix(购物车):[#1016]商品购买限制数量

This commit is contained in:
lifizer
2024-04-01 21:54:45 +08:00
parent 195035f7ba
commit 624c7f17a2
3 changed files with 208 additions and 118 deletions
+3 -1
View File
@@ -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)
// 注册全局组件