From 134c7e51d33dfd0cdb9e7d47b22d181ebc1bcdc8 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期一, 07 十月 2024 17:27:20 +0800 Subject: [PATCH] 添加用户详情页,修改主页用户及会员卡信息 --- manifest.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a783957..ecba768 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "water-drinking-uniapp", - "appid" : "", + "appid" : "__UNI__97986D6", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wxe86c40810c2c0e98", "setting" : { "urlCheck" : false }, -- Gitblit v1.9.3