Skip to content

Commit

Permalink
修复:小程序平台setData过大,导致性能问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Nottwoc committed Dec 27, 2021
1 parent d01ff17 commit 0c8fb7d
Show file tree
Hide file tree
Showing 5 changed files with 622 additions and 610 deletions.
38 changes: 19 additions & 19 deletions App.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<script>
export default {
onLaunch: function() {
},
onShow: function() {
},
onHide: function() {
}
}
</script>

<style lang="scss">
/*每个页面公共css */
@import "@/uni_modules/uview-ui/index.scss";
@import "common/demo.scss";
</style>
<script>
export default {
onLaunch: function() {
},
onShow: function() {
},
onHide: function() {
}
}
</script>

<style lang="scss">
/*每个页面公共css */
@import "@/uni_modules/uview-ui/index.scss";
@import "common/demo.scss";
</style>
Loading

0 comments on commit 0c8fb7d

Please sign in to comment.