From b76ce5755736bcb9c7ef8d17a8d0a495ac6c86fa Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Thu, 26 Sep 2019 20:15:50 +0800 Subject: [PATCH] user_id. 改成NULL --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 95fab52..3a6d23c 100644 --- a/app.js +++ b/app.js @@ -13,7 +13,7 @@ App({ config2: null, code: null, heigth:0, - user_id: 5682068,// 4379287,// null,// 5682068, + user_id: null,// 4379287,// null,// 5682068, buy_now:null, picklist:null, //门店列表 wuliuprice: null, //物流价格表 -- libgit2 0.21.4