绿满眶商城微信小程序-uniapp
zxl
2025-07-30 61032da9f6f840c9c96af090d1810bc7a0734f4b
pages/passport/wechatMPLogin.vue
@@ -16,8 +16,9 @@
            <view class="logo-info">
               <text class="title">欢迎进入{{ projectName }}</text>
            </view>
            <!-- <input ref="nicknameInput"  type="nickname"/>
            <button type="default" open-type="chooseAvatar" @chooseavatar="onChooseAvatar">选择</button> -->
            <view>
               <text class="small-title">你好,此服务仅绿满筐会员使用</text>
            </view>
            <view class="small-tips">
               <view>为您提供优质服务,{{ projectName }}需要获取以下信息</view>
               <view>您的公开信息(昵称、头像)</view>
@@ -114,9 +115,7 @@
               url: `/pages/tabbar/home/index`,
            });
         },
         onChooseAvatar(e){
            console.log(e.detail.avatarUrl)
         },
         //获取用户信息
      getUserProfile(e) {
            if(!this.checked){
@@ -226,7 +225,7 @@
               console.log(user)
               storage.setUserInfo(user.data.result);
               storage.setHasLogin(true);
               uni.navigateBack({
                 delta: 1,
               });
@@ -294,7 +293,12 @@
   .box {
      margin: 0 32rpx;
   }
   .small-title {
      width: 94%;
      padding: 20rpx;
      font-size: 34rpx;
      margin: 0 0 20rpx;
   }
   /* 文字提示*/
   .small-tips {
      width: 94%;