From 34dd2d10cf26c86ed170a59aa36718f7c27f24d0 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 03 四月 2024 15:30:29 +0800
Subject: [PATCH] 图书详情bug修改,云学习无销售方法check禁用

---
 project.config.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/project.config.json b/project.config.json
index edfa5da..7f717ad 100644
--- a/project.config.json
+++ b/project.config.json
@@ -43,11 +43,12 @@
     "showES6CompileOption": false,
     "useCompilerPlugins": false,
     "ignoreUploadUnusedFiles": true,
-    "useStaticServer": true
+    "useStaticServer": true,
+    "condition": false
   },
   "compileType": "miniprogram",
   "libVersion": "2.23.1",
-  "appid": "wx1432ecb6d1b86ade",
+  "appid": "wx7f362fe7cb6e0d1f",
   "projectname": "tdesign-miniprogram-starter-retail",
   "simulatorType": "wechat",
   "simulatorPluginLibVersion": {},

--
Gitblit v1.9.1