opener: Taro.navigateTo({
url: ../caughtReason/index?type=${type}
,
events: {
acceptDataFromOpenedPage: function(data) {
console.log(data)
},
}
})
opened: handleSave = () => {
const eventChannel = this.getOpenerEventChannel()
}
this.getOpenerEventChannel is not a function
2
289266700
@289266700
0
声望
4
帖子
1292
资料浏览
0
粉丝
0
关注
289266700 发布的帖子
-
this.getOpenerEventChannel is not a function
-
RE: taro ui组件不支持style属性 只能用css文件定义吗
@陈泽集 <AtInput
clear
name='auth_code'
type='text'
maxLength='4'
placeholder='输入验证码'
value={this.state.auth_code}
// onChange={this.handleChange.bind(this)}
>
<Image src='https://aotu.io/img.png' />
</AtInput>
请教一下 我是复制taroUI官网的 官网上可以 为什么本地 404了