From b6b0ec3027d98e022a0724a288454b7a3edc42b7 Mon Sep 17 00:00:00 2001 From: season Date: Tue, 17 Mar 2020 09:22:31 +0800 Subject: [PATCH] 去掉固定userid --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 0bf56d7..90f5a8b 100644 --- a/app.js +++ b/app.js @@ -13,7 +13,7 @@ App({ config2: null, //门店配置 code: null, heigth:0, - user_id: 9274245,// 4379287,// null,// 5682068, + user_id: null,// 4379287,// null,// 5682068, buy_now:null, picklist:null, //门店列表 wuliuprice: null, //物流价格表 -- libgit2 0.21.4