Browse Source

安卓原生打包后首页不断加载问题

master
Gaoxs 4 years ago
parent
commit
edb04ebb20
  1. 6
      pages/home/index.vue

6
pages/home/index.vue

@ -214,7 +214,7 @@
}, },
}, },
onShow: function() { onLoad: function() {
this.getLocation() this.getLocation()
let that = this; let that = this;
uni.showLoading({ uni.showLoading({
@ -451,7 +451,7 @@
} }
.nav-title { .nav-title {
margin-left: 20rpx; margin-left: 20rpx;
line-height: 40px; line-height: 40px;
} }
</style> </style>

Loading…
Cancel
Save