Commit 72f64804 by 高淑倩

优化

parent 9ba7cd91
...@@ -112,8 +112,6 @@ class Http { ...@@ -112,8 +112,6 @@ class Http {
post (url, parmas, channel) { post (url, parmas, channel) {
let baseUserInfo = wx.getStorageSync('_baseUserInfo') let baseUserInfo = wx.getStorageSync('_baseUserInfo')
console.log('has base info ----',baseUserInfo)
console.log('header tentacle info ----', this.getTentacle())
if(baseUserInfo){ if(baseUserInfo){
return this.request({ return this.request({
url, url,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment