Commit b76ce5755736bcb9c7ef8d17a8d0a495ac6c86fa
1 parent
9f9f80a1
user_id. 改成NULL
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
| @@ -13,7 +13,7 @@ App({ | @@ -13,7 +13,7 @@ App({ | ||
| 13 | config2: null, | 13 | config2: null, |
| 14 | code: null, | 14 | code: null, |
| 15 | heigth:0, | 15 | heigth:0, |
| 16 | - user_id: 5682068,// 4379287,// null,// 5682068, | 16 | + user_id: null,// 4379287,// null,// 5682068, |
| 17 | buy_now:null, | 17 | buy_now:null, |
| 18 | picklist:null, //门店列表 | 18 | picklist:null, //门店列表 |
| 19 | wuliuprice: null, //物流价格表 | 19 | wuliuprice: null, //物流价格表 |