mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化小程序bug
This commit is contained in:
parent
cb1a41a8f8
commit
37000d5c42
@ -83,14 +83,11 @@
|
||||
_chooseArea: function(_area) {
|
||||
let _that =this;
|
||||
this.paId = _area.paId;
|
||||
// #ifdef H5
|
||||
|
||||
setTimeout(function(){
|
||||
_that.changeListType(0);
|
||||
},1000)
|
||||
// #endif
|
||||
// #ifndef H5
|
||||
_that.changeListType(0);
|
||||
// #endif
|
||||
|
||||
},
|
||||
changeListType: function(e) {
|
||||
this.currentPage = e;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user