小程序
小游戏
企业微信
微信支付
扫描小程序码分享
基础库也没问题;
taro 3.1.4
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
taro升级到>=3.4.3试试
https://taro-docs.jd.com/docs/GETTING-STARTED#%E4%BF%9D%E6%8C%81-cli-%E7%9A%84%E7%89%88%E6%9C%AC%E4%B8%8E%E5%90%84%E7%AB%AF%E4%BE%9D%E8%B5%96%E7%89%88%E6%9C%AC%E4%B8%80%E8%87%B4
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
<button class="avatar-wrapper" open-type="chooseAvatar" onChooseAvatar="handleChooseAvatar">
<image class="avatar" :src="avatarUrl"></image>
</button>
handleChooseAvatar(e) {
console.log(" personal onChooseAvatar ", e.detail)
const { avatarUrl } = e.detail
this.setData({
avatarUrl,
})
}
为啥我这也不回调呢,写得有问题吗,
@tarojs/cli": "3.6.10
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
taro升级到>=3.4.3试试
https://taro-docs.jd.com/docs/GETTING-STARTED#%E4%BF%9D%E6%8C%81-cli-%E7%9A%84%E7%89%88%E6%9C%AC%E4%B8%8E%E5%90%84%E7%AB%AF%E4%BE%9D%E8%B5%96%E7%89%88%E6%9C%AC%E4%B8%80%E8%87%B4
<button class="avatar-wrapper" open-type="chooseAvatar" onChooseAvatar="handleChooseAvatar">
<image class="avatar" :src="avatarUrl"></image>
</button>
handleChooseAvatar(e) {
console.log(" personal onChooseAvatar ", e.detail)
const { avatarUrl } = e.detail
this.setData({
avatarUrl,
})
}
为啥我这也不回调呢,写得有问题吗,
@tarojs/cli": "3.6.10