收藏
回答

【填写头像昵称】点击chooseAvatar按钮没反应,可以弹出弹框但是点击头像没反应?

版本库在2.7及以上

 <button

          class="mydata-arrow-right"

          open-type="chooseAvatar"

          @chooseavatar="onChooseAvatar"

        >

          <view class="userbox-item">

            <image

              class="userbox-item-img"

              :src="avatarUrl ? avatarUrl : headimg"

              mode=""

            ></image>

            <view class="userbox-item-txt">

              点击选择头像

            </view>

          </view>

        </button>

回答关注问题邀请回答
收藏

3 个回答

登录 后发表内容