Browse Source

delete abondaned code

devlop
邓雄飞 4 years ago
parent
commit
20075324fb
1 changed files with 0 additions and 1 deletions
  1. 1
      pages/follow-up-records/index.vue

1
pages/follow-up-records/index.vue

@ -85,7 +85,6 @@ export default {
let that = this
uni.getSystemInfo({
success: function (res) {
// console.log( '', res.statusBarHeight);
that.option.height = res.windowHeight * (750 / res.windowWidth) - 120
}
})

Loading…
Cancel
Save