choseImage:function(){this.openAlert()},openAlert:function(){wx.showToast({title:’头像暂不支持修改’,icon:’none’})}在上述代码的基础上,调用choseImage
choseImage:function(){this.openAlert()},openAlert:function(){wx.showToast({title:’头像暂不支持修改’,icon:’none’})}在上述代码的基础上,调用choseImage方法的时候产生什么效果?
A.出现“头像暂不支持修改”的信息提示框
B.出现none这个图片
C.出现空白的信息提示框
D.无法跳出提示框
正确答案:出现“头像暂不支持修改”的信息提示框