Browse Source

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

zyh
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()
let that = this;
uni.showLoading({
@ -451,7 +451,7 @@
}
.nav-title {
margin-left: 20rpx;
margin-left: 20rpx;
line-height: 40px;
}
</style>
</style>

Loading…
Cancel
Save