wangguoyu 6 miesięcy temu
rodzic
commit
c08601c782
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      components/custom-tabbar/custom-tabbar.vue

+ 4 - 0
components/custom-tabbar/custom-tabbar.vue

@@ -58,6 +58,10 @@
 						url: path + '?nianji=' + this.nianji + '&cardId=' + this.cardId + '&zhangId=' + this
 							.zhangId
 					});
+				}else{
+					uni.redirectTo({
+						url: path 
+					});
 				}
 
 			},