- 运行项目
npm install,npm run dev:weapp, 此时效果为
- 删除
app.config.js中的pages/second/second
- 重新运行项目,微信开发者工具需要重启(清除缓存)才稳定识别到修改
- 此时
components/component.css又能生效了
我是一名初学者,在学习 taro 官网的渐进式教程 v2ex时出现了这个问题,即在按照步骤完成thread_list,继续实现thread_detail时发现之前完成的页面样式不生效了。
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install, npm run dev:weapp,
此时效果为 
app.config.js中的pages/second/second

components/component.css又能生效了

我是一名初学者,在学习 taro 官网的渐进式教程 v2ex时出现了这个问题,即在按照步骤完成thread_list,继续实现thread_detail时发现之前完成的页面样式不生效了。