|
@@ -19,7 +19,9 @@
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
onLaunch: function(options) {
|
|
onLaunch: function(options) {
|
|
|
|
|
+ console.log('--------------打开小程序--------------',req.getStorage('shareId'))
|
|
|
req.removeStorage('shareId')
|
|
req.removeStorage('shareId')
|
|
|
|
|
+ console.log('--------------打开小程序后--------------',req.getStorage('shareId'))
|
|
|
// this.globalData.appInitData();
|
|
// this.globalData.appInitData();
|
|
|
this.globalData.InitUpdateManager();
|
|
this.globalData.InitUpdateManager();
|
|
|
this.globalData.getChatList();
|
|
this.globalData.getChatList();
|