From 624c7f17a220c3bc731a776ec5cb41bc5812bf40 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Mon, 1 Apr 2024 21:54:45 +0800
Subject: [PATCH] =?UTF-8?q?Fix(=E8=B4=AD=E7=89=A9=E8=BD=A6):[#1016]?=
=?UTF-8?q?=E5=95=86=E5=93=81=E8=B4=AD=E4=B9=B0=E9=99=90=E5=88=B6=E6=95=B0?=
=?UTF-8?q?=E9=87=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
main.js | 4 +-
pages/cart.vue | 318 +++++++++++-------
.../components/u-number-box/u-number-box.vue | 4 +
3 files changed, 208 insertions(+), 118 deletions(-)
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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item['merName'] }}
-
-
- 进店逛逛
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
- {{ goods['productInfo']['storeName'] }}
-
- 规格:{{ goods['productInfo']['attrInfo']['sku'] }}
-
-
-
- ¥
- {{ goods['truePrice'] }}
+
+
+
+
+
+ {{ item['merName'] }}
+
+
+ 进店逛逛
+
+
+
+
+
+
+
+
+
+ {{ good['productInfo']['storeName'] }}
+
+ 规格:{{ good['productInfo']['attrInfo']['sku'] }}
+
+
+
+ ¥
+ {{ good['truePrice'] }}
+
+ changeNumHandle(index, gIndex, good, e)"
+ >
+
+
+
+
+
+
+ {{ good['cartNum'] }}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
- {{ goods['cartNum'] }}
-
-
-
-
-
-
-
-
-
-
-
-