From b7dd4c11509c07b0b2e69025e1692cdee13e7935 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Mon, 28 Feb 2022 10:36:10 +0800 Subject: [PATCH] user_id不能有值 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index dae9f42..f24da70 100644 --- a/app.js +++ b/app.js @@ -51,7 +51,7 @@ App({ config: null, //门店参数 config2: null, //门店配置 code: null, - user_id: 5682094,//1564704,// 10153869,// 6453964,//5682094,6520044,6520119 qa 4687 6519901 + user_id: null,//1564704,// 10153869,// 6453964,//5682094,6520044,6520119 qa 4687 6519901 buy_now: null, picklist: null, //门店列表 wuliuprice: null, //物流价格表 -- libgit2 0.21.4