From 097cdcd70b1d95f5fc581ea2bedc4faeba8259f2 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 15 三月 2024 18:36:24 +0800
Subject: [PATCH] fix: 购物车的样式

---
 app.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app.js b/app.js
index 09258b6..1f62230 100644
--- a/app.js
+++ b/app.js
@@ -1,7 +1,9 @@
 import updateManager from './common/updateManager';
-import MG from './assets/js/middleGround/WebMiddleGroundApi'
+import MG from './assets/js/middleGround/WebMiddleGroundApi';
+import config from './assets/js/config';
 App({
-  MG:MG,
+  MG: MG,
+  config: config,
   onLaunch: function () { },
   onShow: function () {
     updateManager();

--
Gitblit v1.9.1