Commit 0bcc4b80 by 高淑倩

header

parent ccdddb01
...@@ -112,6 +112,7 @@ class Http { ...@@ -112,6 +112,7 @@ class Http {
post (url, parmas, channel) { post (url, parmas, channel) {
let baseUserInfo = wx.getStorageSync('_baseUserInfo') let baseUserInfo = wx.getStorageSync('_baseUserInfo')
console.log('--------------header-----------------', 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