Bläddra i källkod

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei 2 år sedan
förälder
incheckning
758205e11f
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      pages/week/index.vue

+ 2 - 0
pages/week/index.vue

@@ -225,6 +225,8 @@
 			},
 			// 菜单跳转
 			toPath(e) {
+				const that = this;
+				that.clearPage();
 				if (e && e.route && e.type == '0') {
 					uni.redirectTo({
 						url: `/${e.route}`