From 53cc6f817625897935fb10c3845ad7be400f3036 Mon Sep 17 00:00:00 2001
From: Sanakey <714737083@qq.com>
Date: 星期日, 31 一月 2021 20:04:55 +0800
Subject: [PATCH] 团购相关功能

---
 project.config.json |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/project.config.json b/project.config.json
index cc6ea97..9eee91c 100644
--- a/project.config.json
+++ b/project.config.json
@@ -4,7 +4,7 @@
     "ignore": []
   },
   "setting": {
-    "urlCheck": false,
+    "urlCheck": true,
     "es6": true,
     "enhance": true,
     "postcss": true,
@@ -21,7 +21,7 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
-    "useMultiFrameRuntime": false,
+    "useMultiFrameRuntime": true,
     "useApiHook": true,
     "babelSetting": {
       "ignore": [],
@@ -29,15 +29,18 @@
       "outputPath": ""
     },
     "enableEngineNative": false,
+    "bundle": false,
     "useIsolateContext": true,
     "useCompilerModule": true,
     "userConfirmedUseCompilerModuleSwitch": false,
+    "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
-    "minifyWXSS": true
+    "minifyWXSS": true,
+    "useApiHostProcess": true
   },
   "compileType": "miniprogram",
-  "libVersion": "2.13.1",
+  "libVersion": "2.15.0",
   "appid": "wxec78156626302b78",
   "projectname": "ShoppingMiniApp",
   "isGameTourist": false,
@@ -103,10 +106,9 @@
           "scene": null
         },
         {
-          "id": 7,
           "name": "detail",
           "pathName": "pages/detail/detail",
-          "query": "matcode=K-36941T-L-AF&FromUserId=XuLi",
+          "query": "matcode=K-11207T-W01-0&FromUserId=XuLi",
           "scene": 1011
         },
         {

--
Gitblit v1.8.0