From a798d66d17349eb0d18f300281a7c18e2feba194 Mon Sep 17 00:00:00 2001
From: excn <biyict@163.com>
Date: Fri, 15 Jan 2021 17:43:31 +0800
Subject: [PATCH] 添加购买记录和我的卡项

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

diff --git a/project.config.json b/project.config.json
index ec6fc68..44d8fa1 100644
--- a/project.config.json
+++ b/project.config.json
@@ -21,26 +21,27 @@
     "checkSiteMap": true,
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
-    "useMultiFrameRuntime": false,
+    "useMultiFrameRuntime": true,
     "useApiHook": true,
+    "useApiHostProcess": true,
     "babelSetting": {
       "ignore": [],
       "disablePlugins": [],
       "outputPath": ""
     },
+    "enableEngineNative": false,
     "bundle": false,
     "useIsolateContext": true,
     "useCompilerModule": true,
     "userConfirmedUseCompilerModuleSwitch": false,
+    "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
-    "enableEngineNative": false,
-    "userConfirmedBundleSwitch": false,
     "minifyWXSS": true
   },
   "compileType": "miniprogram",
   "libVersion": "1.9.98",
-  "appid": "wx5cc58f796224af61",
+  "appid": "wx94ea32d31eec8904",
   "projectname": "%E8%9C%82%E5%B7%A2%E7%BE%8E%E4%B8%9A",
   "isGameTourist": false,
   "simulatorType": "wechat",

--
Gitblit v1.9.1