Browse Source

Signed-off-by: xiezongxing <xx123456>

xiezongxing 2 years ago
parent
commit
8890372f5b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/bindteam/index.vue

+ 2 - 2
pages/bindteam/index.vue

@@ -41,10 +41,10 @@
 				let res = await this.$api.request('/team/add', 'GET', {
 					puid: this.puid,
 				});
-				
+				/*
 				wx.switchTab({
 					url:"/pages/index/index"
-				})
+				})*/
 				
 				
 			}