绿满眶商城微信小程序-uniapp
zxl
2025-07-23 1ae987d882c1d67c0ee11c40af05d311df9e214b
pages/passport/wechatMPLogin.vue
@@ -16,8 +16,7 @@
            <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 class="small-tips">
               <view>为您提供优质服务,{{ projectName }}需要获取以下信息</view>
               <view>您的公开信息(昵称、头像)</view>
@@ -114,9 +113,7 @@
               url: `/pages/tabbar/home/index`,
            });
         },
         onChooseAvatar(e){
            console.log(e.detail.avatarUrl)
         },
         //获取用户信息
      getUserProfile(e) {
            if(!this.checked){