Commit a8c0f8bf6e51ce342bb7c42e99f88b7bceeebcb8

Authored by yvan.ni
1 parent e8a5969e

测肤结果判断会员登陆的优化

packageD/pages/AI-test-skin/success_result/success_result.js
@@ -844,11 +844,12 @@ Page({ @@ -844,11 +844,12 @@ Page({
844 var th = this; 844 var th = this;
845 var rpx = this.data.cWidth / 750 * 4; //基础单位, 845 var rpx = this.data.cWidth / 750 * 4; //基础单位,
846 //--先判断会员状态-- 846 //--先判断会员状态--
847 - var user_info = getApp().globalData.userInfo;  
848 - if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {  
849 - wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })  
850 - return false;  
851 - } 847 + // var user_info = getApp().globalData.userInfo;
  848 + // if (user_info == null || user_info.mobile == undefined || user_info.mobile == "" || user_info.mobile == null) {
  849 + // wx.navigateTo({ url: '/packageE/pages/togoin/togoin', })
  850 + // return false;
  851 + // }
  852 +
852 if (this.data.share_hidden) { 853 if (this.data.share_hidden) {
853 this.setData({ share_hidden: false, }); 854 this.setData({ share_hidden: false, });
854 } 855 }