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-2.0.0]使用Mob,小程序有时候打包出来的包_createData和wxml里面不一致 #5289

Closed
rojer95 opened this issue Jan 10, 2020 · 9 comments
Assignees

Comments

@rojer95
Copy link
Contributor

rojer95 commented Jan 10, 2020

问题描述

开发过程中,对某些代码进行修改,偶尔会出现列表出不来的情况,
后来看打包出来的代码发现这个问题。

image

上图可以看到 wxml中使用的是 loopArray25

image

而js中却是loopArray15

虽然可以通过重新运行yarn dev:weapp解决,但是开发会变得很麻烦

系统信息

taro info
Taro v2.0.0

Taro CLI 2.0.0 environment info:
System:
OS: Windows 10
Binaries:
Node: 10.18.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.21.1 - D:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD

@taro-bot
Copy link

taro-bot bot commented Jan 10, 2020

CC @luckyadam

@taro-bot
Copy link

taro-bot bot commented Jan 10, 2020

欢迎提交 Issue~

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

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

Good luck and happy coding~

@shenghanqin shenghanqin changed the title 使用Mob,小程序有时候打包出来的包_createData和wxml里面不一致 [taro-2.0.0]使用Mob,小程序有时候打包出来的包_createData和wxml里面不一致 Jan 12, 2020
@luckyadam
Copy link
Member

能否提供一个 demo 看下,再给下复现的步骤~

@rojer95
Copy link
Contributor Author

rojer95 commented Jan 13, 2020

ok,容我找一找具体要怎么操作才会出现这个问题

@rojer95
Copy link
Contributor Author

rojer95 commented Jan 13, 2020

@luckyadam

demo:https://github.com/rojer95/taro-demo.git

复现步骤:
yarn dev:weapp, 然后在小程序工具中看到列表是正常的,然后修改app.jsx里,重新看小程序工具,里面的列表就不显示了。
以前用1.X的时候好像也遇过(不能确定1.X是否有这个情况)
GIF

@luckyadam
Copy link
Member

@luckyadam

demo:https://github.com/rojer95/taro-demo.git

复现步骤:
yarn dev:weapp, 然后在小程序工具中看到列表是正常的,然后修改app.jsx里,重新看小程序工具,里面的列表就不显示了。
以前用1.X的时候好像也遇过(不能确定1.X是否有这个情况)
GIF

是修改 app.jsx 时么?修改页面或者组件文件会出现么?

@rojer95
Copy link
Contributor Author

rojer95 commented Jan 14, 2020

@luckyadam
demo:https://github.com/rojer95/taro-demo.git
复现步骤:
yarn dev:weapp, 然后在小程序工具中看到列表是正常的,然后修改app.jsx里,重新看小程序工具,里面的列表就不显示了。
以前用1.X的时候好像也遇过(不能确定1.X是否有这个情况)
GIF

是修改 app.jsx 时么?修改页面或者组件文件会出现么?

对 修改app.jsx 时,其他的没有发现,开发时我在留意一下,如果有的话 再和你说

@rojer95
Copy link
Contributor Author

rojer95 commented Jan 14, 2020

还有一个问题。

就是如果出现mobx的文件错误,然后就不能继续编译了。。。

GIF

@rojer95
Copy link
Contributor Author

rojer95 commented Jan 14, 2020

还有这个...遇到三四次

image

@rojer95 rojer95 closed this as completed Sep 8, 2020
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

2 participants