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编译小程序自定义组件的时候data在ready的时候应该跟properties保持一致 #1553

Closed
failedUser opened this issue Dec 17, 2018 · 9 comments
Assignees

Comments

@failedUser
Copy link

failedUser commented Dec 17, 2018

image

上图是小程序文档说明
image

上图是taro编译成小程序应用的时候。
image

上图是用wxml实现的时候的截图
....
项目背景
我把原来的小程序wxml项目编译成taro,在taro下run dev:weapp 的时候出现的差异

@taro-bot
Copy link

taro-bot bot commented Dec 17, 2018

欢迎提交 Issue~

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

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

Good luck and happy coding~

@luckyadam
Copy link
Member

不一致会有啥问题么

@failedUser
Copy link
Author

不一致会有啥问题么

在小程序里面写的时候用this.data.x可以访问到在properties中定义好的默认值,如果编译成taro之后this.data.x就访问不到了, 我迁移的组件很多,导致每个组件都要去关心这个问题。

@failedUser
Copy link
Author

不一致会有啥问题么

在小程序里面写的时候用this.data.x可以访问到在properties中定义好的默认值,如果编译成taro之后this.data.x就访问不到了, 我迁移的组件很多,导致每个组件都要去关心这个问题。

而且这块的反编译的实现有悖于文档,可能导致后面的同学会继续调入这个陷进里面

@yuche
Copy link
Contributor

yuche commented Dec 17, 2018

你在其它的生命周期有过改变 data/props 的操作吗

@yuche yuche self-assigned this Dec 17, 2018
@failedUser
Copy link
Author

你在其它的生命周期有过改变 data/props 的操作吗

没有目前出问题的这个组件我只是在ready里面做了初始化操作,没有调用其他生命周期

@yuche
Copy link
Contributor

yuche commented Dec 18, 2018

那你得发一下你的问题组件,js + wxml

@taro-bot
Copy link

taro-bot bot commented Dec 24, 2018

Hello~

您的问题所提供的信息不足,我们无法定位到具体的问题。如果有空的话还请拔冗提供更具体的信息,否则这个 issue 将在 15 天后被自动关闭。

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

Good luck and happy coding~

@taro-bot taro-bot bot removed the to be closed label Jan 2, 2019
@taro-bot taro-bot bot closed this as completed Jan 2, 2019
@taro-bot taro-bot bot added the to be closed label Jan 2, 2019
@taro-bot
Copy link

taro-bot bot commented Jan 2, 2019

Hello~

您的问题所提供的信息不足,我们无法定位到具体的问题。如果有空的话还请拔冗提供更具体的信息,否则这个 issue 将在 15 天后被自动关闭。

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

Good luck and happy coding~

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