Skip to content

Commit

Permalink
fix: 修复图片高度不对
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhenfei committed Sep 25, 2020
1 parent 0887234 commit e3d9bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/pi-img/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,5 @@ export default {
<style lang="scss" scoped>
.pi-img {
position: relative;
min-height: 50%;
}
</style>
2 changes: 2 additions & 0 deletions mixin/wx-code.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
// #ifdef MP
data() {
return {
code: '' // 微信login获取的code
Expand All @@ -23,4 +24,5 @@ export default {
await this.getWxLoginCode()
}
}
// #endif
}

0 comments on commit e3d9bdc

Please sign in to comment.