切换小区问题

This commit is contained in:
java110 2022-04-02 16:09:05 +08:00
parent 7197383a67
commit 144ca3d0fb

View File

@ -60,7 +60,7 @@
}); });
}, },
_doChangeCommunity: function(_community) { _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); wx.setStorageSync(mapping.OWNER_INFO, _community);
uni.navigateBack({ uni.navigateBack({
delta: 1 delta: 1