From 89de2bbaf2e81ab3fa7a8c2aad3b76bc81033d3d Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 23 七月 2024 18:44:27 +0800 Subject: [PATCH] update 订单功能(花店端) --- manifest.json | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fef255e..444f1a4 100644 --- a/manifest.json +++ b/manifest.json @@ -49,10 +49,11 @@ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wx3203fd935a6ffe09", + "appid" : "wx6d0ecc4e18710458", "setting" : { "urlCheck" : false, - "es6" : true + "es6" : true, + "minified" : true }, "usingComponents" : true, "plugins" : {} -- Gitblit v1.9.3