|
@@ -20,6 +20,7 @@ App({
|
|
|
wx.setStorageSync('siteP', JSON.parse(options.query.site));
|
|
|
wx.setStorageSync('templetList', JSON.parse(options.query.templetList));
|
|
|
console.log("options.query.templetList", options.query.templetList)
|
|
|
+ wx.removeStorageSync('languagecode');
|
|
|
wx.setStorageSync('languagecode', options.query.languagecode);
|
|
|
//获取用户权限
|
|
|
this.globalData.http.basic({
|