美文网首页
线上代码备份

线上代码备份

作者: 追逐繁星的阿忠 | 来源:发表于2020-12-02 11:52 被阅读0次

    1

    /*let self = this;
        //新人红包弹出界面
        uni.checkSession({
          success: (res) => {
            if (uni.getStorageSync('userInfo')) { //标识登录状态
              let obj = uni.getStorageSync('userInfo');
              console.log('22222222222222222222222用户登录状态有效', obj)
              self.getRedBag();
              console.log('3333333333333用户登录状态有效', obj)
            }
          },
          fail: (res) => {
          }
        })
    */
    
    

    相关文章

      网友评论

          本文标题:线上代码备份

          本文链接:https://www.haomeiwen.com/subject/ehbywktx.html