From a432d670ff6d6df5b5a8bed2c86dc20ac0e43d8a Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 24 七月 2024 11:27:51 +0800
Subject: [PATCH] update 关注和商铺详情

---
 manifest.json |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/manifest.json b/manifest.json
index 8df2487..9ab5b86 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
 {
-    "name" : "hmy_farmer",
+    "name" : "hmy_supplier",
     "appid" : "__UNI__EF9B7A3",
     "description" : "",
     "versionName" : "1.0.0",
@@ -49,15 +49,20 @@
     "quickapp" : {},
     /* 快应用特有相关 */
     "mp-weixin" : {
-        "appid" : "wxafc5aaa0fc79532b",
+        "appid" : "wx6d0ecc4e18710458",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : false,
+            "es6" : true,
+            "minified" : true
         },
         "usingComponents" : true,
+        "permission" : {
+
+        },
         "plugins" : {
-            "kdPlugin" : {
-                "version" : "1.1.2",
-                "provider" : "wx6885acbedba59c14"
+            "chooseLocation" : {
+                "version" : "1.0.10",
+                "provider" : "wx76a9a06e5b4e693e"
             }
         }
     },

--
Gitblit v1.9.3