瀏覽代碼

已售页面

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>