微信小程序获取头像昵称失败。
chooseAvatar:fail Cannot read property 'initScl' of undefined。 微信小程序获取头像昵称失败。 (env: macOS,mp,1.06.2303220; lib: 2.29.2) <view data-weui-theme="{{theme}}"> <button class="avatar-wrapper" open-type="chooseAvatar" bind:chooseavatar="onChooseAvatar"> <image class="avatar" src="{{avatarUrl}}"></image> </button> <mp-form> <mp-cells> <mp-cell title="昵称"> <input type="nickname" class="weui-input" placeholder="请输入昵称" /> </mp-cell> </mp-cells> </mp-form> </view>