From 1775cbad790e5ae2ff0fa8620dbcb3882ab1a7f1 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期一, 26 六月 2023 11:29:49 +0800
Subject: [PATCH] 修复商品详情图片数量显示问题

---
 uniapp/manifest.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/uniapp/manifest.json b/uniapp/manifest.json
index 27d87b5..d97a230 100644
--- a/uniapp/manifest.json
+++ b/uniapp/manifest.json
@@ -12,8 +12,8 @@
         "nvueCompiler" : "uni-app",
         "compilerVersion" : 3,
         "splashscreen" : {
-            "alwaysShowBeforeRender" : true,
-            "waiting" : true,
+            "alwaysShowBeforeRender" : false,
+            "waiting" : false,
             "autoclose" : true,
             "delay" : 0
         },

--
Gitblit v1.9.3