Browse Source

bug修复

guessPrice
sui 5 years ago
parent
commit
ffa9f50aff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      496_dongfengqichen/app.js

+ 1
- 1
496_dongfengqichen/app.js View File

@@ -183,7 +183,7 @@ App({
wx.setStorageSync('userInfoData', {
avatarUrl: avatarUrl,
nickName: nickName,
userLevel:0
userLevel:1
})
}
}, this, "POST")

Loading…
Cancel
Save