uni-app微信小程序登陆

672 阅读1分钟

4月13号登陆又出问题,查了一下才知道,接口有更新了,在这儿随便写了点uni-app微信小程序授权登陆 .content { display: flex; flex-direction: column; align-items: center; justify-content: center; } .userinfo { display: flex; justify-content: center; align-items: center; flex-direction: column; } .userinfo-avatar { width: 100rpx; height: 100rpx; border-radius: 50%; } .logo { height: 200rpx; width: 200rpx; margin-top: 200rpx; margin-left: auto; margin-right: auto; margin-bottom: 50rpx; } .text-area { display: flex; justify-content: center; } .title { font-size: 36rpx; color: #8f8f94; }