AtTextarea taro-ui组件 onChange监听事件获取value值的方式说变就变 前一天打包发布还是可以的 ,第二天就不行了 就改了 也不做下兼容,看taro-ui官方文档 一般用法下面确实这里也改了 说好的event.target.value ,改就算了麻烦走点心 麻烦把(事件)下面的也改了。
longzc1991
@longzc1991
longzc1991 发布的帖子
-
taro就这么差劲吗?还是京东没钱了?
-
RE: getBackgroundAudioManager IOS播放不了,Android可以播放问题
Taro v1.3.18
backgroundAudioManager.src=encodeURIComponent(baseUrl.file_download_path+voicePath.split(',')[0])
backgroundAudioManager.title='呵呵'
backgroundAudioManager.epname ='呵呵'
//backgroundAudioManager.src='http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46',
backgroundAudioManager.coverImgUrl ='http://y.gtimg.cn/music/photo_new/T002R300x300M000003rsKF44GyaSk.jpg?max_age=2592000'
console.log('playRecord=====',baseUrl.file_download_path+voicePath.split(',')[0])
backgroundAudioManager.play()
backgroundAudioManager.onPlay(()=>{
console.log("音乐播放开始");
}) -
this.list = this.selectComponent("#list"); 这个在Taro里面怎么写
this.list = this.selectComponent("#list"); 这个在Taro里面怎么写
-
getBackgroundAudioManager IOS播放不了,Android可以播放问题
getBackgroundAudioManager IOS播放不了,Android可以播放问题
-
RE: 怎么禁止Ios的橡皮筋效果
config = {
navigationBarTitleText: '',
navigationStyle: 'custom',
enablePullDownRefresh:false,
disableScroll: true,//禁止ios橡皮筋效果
};找到解决办法了