| | |
| | | <view class="logo-info"> |
| | | <text class="title">欢迎进入{{ projectName }}</text> |
| | | </view> |
| | | |
| | | <view> |
| | | <text class="small-title">你好,此服务仅绿满筐会员使用</text> |
| | | </view> |
| | | <view class="small-tips"> |
| | | <view>为您提供优质服务,{{ projectName }}需要获取以下信息</view> |
| | | <view>您的公开信息(昵称、头像)</view> |
| | |
| | | console.log(user) |
| | | storage.setUserInfo(user.data.result); |
| | | storage.setHasLogin(true); |
| | | |
| | | |
| | | uni.navigateBack({ |
| | | delta: 1, |
| | | }); |
| | |
| | | .box { |
| | | margin: 0 32rpx; |
| | | } |
| | | |
| | | .small-title { |
| | | width: 94%; |
| | | padding: 20rpx; |
| | | font-size: 34rpx; |
| | | margin: 0 0 20rpx; |
| | | } |
| | | /* 文字提示*/ |
| | | .small-tips { |
| | | width: 94%; |