Qukaidi 4 years ago
parent
commit
7ac039e486
2 changed files with 13 additions and 10 deletions
  1. 5 4
      pages/home/index.vue
  2. 8 6
      pages/me/index.vue

+ 5 - 4
pages/home/index.vue

@@ -74,7 +74,7 @@
 			if (!this.hasLogin) {
 				this.$u.route({
 					url: "pages/login/index",
-					type: "reLaunch"
+					type: "redirect"
 				})
 			}
 		},
@@ -156,9 +156,10 @@
 				// })
 			},
 			inIntegral() {
-				this.$u.route({
-					url: 'pages/home/integral-mall/integral_mall',
-				})
+				this.$u.toast('积分商城暂不开放');
+				// this.$u.route({
+				// 	url: 'pages/home/integral-mall/integral_mall',
+				// })
 			}
 		},
 	}

+ 8 - 6
pages/me/index.vue

@@ -279,14 +279,16 @@
 				})
 			},
 			inresult() {
-				this.$u.route({
-					url: 'pages/me/scancodequery/scan',
-				})
+				this.$u.toast('轮号查询暂不开放');
+				// this.$u.route({
+				// 	url: 'pages/me/scancodequery/scan',
+				// })
 			},
 			inorder() {
-				this.$u.route({
-					url: 'pages/me/my-order/my-order',
-				})
+				this.$u.toast('门店订单暂不开放');
+				// this.$u.route({
+				// 	url: 'pages/me/my-order/my-order',
+				// })
 			},
 			inCoupon() {
 				this.$u.toast('我的优惠券暂不开放');