优化小程序bug

This commit is contained in:
wuxw 2023-10-26 15:09:31 +08:00
parent cb1a41a8f8
commit 37000d5c42

View File

@ -83,14 +83,11 @@
_chooseArea: function(_area) { _chooseArea: function(_area) {
let _that =this; let _that =this;
this.paId = _area.paId; this.paId = _area.paId;
// #ifdef H5
setTimeout(function(){ setTimeout(function(){
_that.changeListType(0); _that.changeListType(0);
},1000) },1000)
// #endif
// #ifndef H5
_that.changeListType(0);
// #endif
}, },
changeListType: function(e) { changeListType: function(e) {
this.currentPage = e; this.currentPage = e;