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

This commit is contained in:
Gaoxs
2020-10-20 10:45:20 +08:00
parent 1f65cbd59b
commit edb04ebb20

View File

@ -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>