mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
切换小区问题
This commit is contained in:
parent
7197383a67
commit
144ca3d0fb
@ -60,7 +60,7 @@
|
||||
});
|
||||
},
|
||||
_doChangeCommunity: function(_community) {
|
||||
uni.setStorageSync(mapping.CURRENT_COMMUNITY_INFO, JSON.stringify(_community));
|
||||
uni.setStorageSync(mapping.CURRENT_COMMUNITY_INFO, _community);
|
||||
wx.setStorageSync(mapping.OWNER_INFO, _community);
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user