作者 LXY

测试

@@ -332,32 +332,32 @@ Page({ @@ -332,32 +332,32 @@ Page({
332 } 332 }
333 console.log('onload', options, options.status) 333 console.log('onload', options, options.status)
334 var that = this 334 var that = this
335 - // if (options.status != undefined) {  
336 - // wx.login({  
337 - // success: (res) => {  
338 - // let url = 'pubilc/sign';  
339 - // let params = {  
340 - // code: res.code,  
341 - // status: this.data.status  
342 - // }  
343 - // app.post(url, params).then((res) => {  
344 - // app.globalData.UserType = res.data.data.UserType  
345 - // app.globalData.UserId = res.data.data.UserId  
346 - // if (res.data.data.UserType == 3) {  
347 - // wx.switchTab({  
348 - // url: '/pages/index/index',  
349 - // })  
350 - // } else if (res.data.data.UserType == 4) {  
351 - // wx.switchTab({  
352 - // url: '../personalCenter/personalCenter'  
353 - // })  
354 - // }  
355 - // }).catch((errMsg) => {  
356 - // console.log(errMsg)  
357 - // })  
358 - // }  
359 - // });  
360 - // } 335 + if (options.status != undefined) {
  336 + wx.login({
  337 + success: (res) => {
  338 + let url = 'pubilc/sign';
  339 + let params = {
  340 + code: res.code,
  341 + status: this.data.status
  342 + }
  343 + app.post(url, params).then((res) => {
  344 + app.globalData.UserType = res.data.data.UserType
  345 + app.globalData.UserId = res.data.data.UserId
  346 + if (res.data.data.UserType == 3) {
  347 + wx.switchTab({
  348 + url: '/pages/index/index',
  349 + })
  350 + } else if (res.data.data.UserType == 4) {
  351 + wx.switchTab({
  352 + url: '../personalCenter/personalCenter'
  353 + })
  354 + }
  355 + }).catch((errMsg) => {
  356 + console.log(errMsg)
  357 + })
  358 + }
  359 + });
  360 + }
361 }, 361 },
362 362
363 /** 363 /**