wangxy пре 3 недеља
родитељ
комит
1dbfee4dda
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      pages/admin/yishou/yishou.vue
  2. 1 1
      pages/admin/zizhanghao/list.vue

+ 1 - 1
pages/admin/yishou/yishou.vue

@@ -28,7 +28,7 @@
 			</uni-list>
 		</scroll-view>
 		<!-- 页面底端 -->
-		<customTabbarClientVue :current-tab="0"></customTabbarClientVue>
+		<customTabbarClientVue></customTabbarClientVue>
 	</view>
 </template>
 

+ 1 - 1
pages/admin/zizhanghao/list.vue

@@ -36,7 +36,7 @@
 		</scroll-view>
 
 		<!-- 页面底端 -->
-		<customTabbarClientVue :current-tab="0"></customTabbarClientVue>
+		<customTabbarClientVue></customTabbarClientVue>
 		<!-- 搜索 -->
 		<search-dialog ref="searchDialogRef" @search-btn="dialogSearchBtn"
 			@reset-search="dialogSearchReset"></search-dialog>