Commit 04b81ebd by zhanghaozhe

红包统计

parent a9620255
......@@ -46,8 +46,6 @@ class App extends Component {
this.setNavigationRecord(this.props.location)
window.addEventListener('beforeunload', this.removeShareCodeCookie)
//平台信息
cookie.set('plat', '5', {domain: '.julyedu.com'})
......@@ -173,7 +171,7 @@ class App extends Component {
let payload
if (res.data.code === 200) {
//移除红包统计cookie
cookie.remove('share_code', {path: '/', domain: '.julyedu.com'})
this.removeShareCodeCookie()
const {
msg, data: {
avatar_file: avatar,
......@@ -209,6 +207,8 @@ class App extends Component {
transformWxUser = res => {
let data = res.data
if (data.errno == 200) {
//移除红包统计cookie
this.removeShareCodeCookie()
let {uid, token, avatar_file: avatar, uname: username,} = data.data
return {
......
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