htc 11 ساعت پیش
والد
کامیت
6972201c1e
3فایلهای تغییر یافته به همراه648 افزوده شده و 593 حذف شده
  1. 3 1
      App.vue
  2. 2 2
      pages/home.vue
  3. 643 590
      pagesHome/components/createList.vue

+ 3 - 1
App.vue

@@ -12,7 +12,9 @@
 			this.autoUpdate();
 		},
 		onHide: function() {
-			
+			if(uni.getStorageSync('channelType')) uni.removeStorageSync('channelType')
+			if(uni.getStorageSync('shareTQId')) uni.removeStorageSync('shareTQId')
+			if(uni.getStorageSync('shareUserId')) uni.removeStorageSync('shareUserId')
 		},
 		methods: {
 			autoUpdate() {

+ 2 - 2
pages/home.vue

@@ -142,12 +142,12 @@
 					console.log(e,'e');
 				}
 			}
-			
+			if(options.shareTQId) uni.setStorageSync('shareTQId',options.shareTQId)
+			if(options.shareUserId) uni.setStorageSync('shareUserId',options.shareUserId)
 			if(uni.getStorageSync('token')){
 				// this.getWjList();
 				// this.getReportList();
 			}
-			
 			if(uni.getStorageSync('newUser')) this.newUserFreeShow = true;
 		},
 		methods:{

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 643 - 590
pagesHome/components/createList.vue