Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taro 使用 自定义组件无法传入函数 #4682

Closed
I-find-you11 opened this issue Oct 24, 2019 · 4 comments
Closed

taro 使用 自定义组件无法传入函数 #4682

I-find-you11 opened this issue Oct 24, 2019 · 4 comments
Assignees

Comments

@I-find-you11
Copy link

const extraProps = {cruiseList, allList, fn:{onConfirm(id){ console.log(id)} } }

const dataLength = popupData ? popupData.length : 0; 
const FilterPopupView = dataLength ? (<ElCheckBox
  data={popupData}
  onChange={this.onCheckboxChange}
  activeKey={activeKey}
  onHandleUpdate={onHandleUpdate}
  filterParams={filterParams}
/>) : bgHeight == 286 ? <cruiseList extraProps={extraProps} onConfirm={(id) => { console.log(id)} /> : <sortFilter />

不适用extraProps 也无法 传入 属性。我试过单独拿出来直接渲染也没用。

@taro-bot
Copy link

taro-bot bot commented Oct 24, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@taro-bot
Copy link

taro-bot bot commented Oct 28, 2019

CC @Chen-jj

@Chen-jj
Copy link
Contributor

Chen-jj commented Nov 1, 2019

@I-find-you11 不太明白你遇到的问题。

extraProps 用于原生小程序组件传递 props 给 Taro 组件

而你的 cruiseList 组件小写字母开头,说明是一个原生小程序组件,就不需要用到 extraProps。

Taro 组件给原生小程序组件传参,调用时直接写在组件上即可。

@taro-bot
Copy link

taro-bot bot commented Nov 1, 2019

Hello~

您的问题我们无法复现。如果有空的话还请拔冗提供一个简单的复现 demo,否则这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

@Chen-jj Chen-jj closed this as completed Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants