From d024509a0f55caa558ee55254f56a35a9e6f4091 Mon Sep 17 00:00:00 2001
From: kele <1184860403@qq.com>
Date: Fri, 3 Mar 2023 13:50:49 +0800
Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=95=86=E5=93=81=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0=E3=80=81=E4=BF=9D?=
=?UTF-8?q?=E9=9A=9C=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 8 +++++++-
pages/goods/index.vue | 4 ++--
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/manifest.json b/manifest.json
index 53d6cf1f..fbbd02f5 100644
--- a/manifest.json
+++ b/manifest.json
@@ -179,7 +179,13 @@
"postcss" : true
},
"optimization" : {
- "subPackages" : true //开启小程序分包优化。
+ "subPackages" : true
+ },
+ "plugins" : {
+ "live-player-plugin" : {
+ "version" : "1.3.5",
+ "provider" : "wx2b03c6e691cd7370"
+ }
},
"lazyCodeLoading" : "requiredComponents",
"usingComponents" : {},
diff --git a/pages/goods/index.vue b/pages/goods/index.vue
index 143be53f..5f20fe13 100644
--- a/pages/goods/index.vue
+++ b/pages/goods/index.vue
@@ -77,8 +77,8 @@
:skus="state.goodsInfo.skus"
@tap="state.showSelectSku = true"
/>
-
-
+
+