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.无法跳出提示框

正确答案:出现“头像暂不支持修改”的信息提示框


Tag:微信小程序开发从入门到实践 提示 头像 时间:2022-01-17 19:51:40