17755135699 hace 7 meses
padre
commit
6b68cb50d0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      pagesHouse/Verification/index.vue
  2. 1 1
      pagesHouse/home/index.vue

+ 1 - 1
pagesHouse/Verification/index.vue

@@ -16,7 +16,7 @@
 			return {
 				date: new Date().Format('yyyy-MM-dd'),
 				show: false,
-				data: [1, 2, 3, 4, 5, 6, 7],
+				data: [],
 			}
 		},
 		onLoad() {

+ 1 - 1
pagesHouse/home/index.vue

@@ -101,7 +101,7 @@
 		</view>
 		<u-picker :show="shShow" :columns="nameList" @close="shShow=false" @cancel="shShow=false" @confirm="confirm"
 			:immediateChange="true" itemHeight="88"></u-picker>
-		<Tabbares :tabbarid="0"></Tabbares>
+		<Tabbares :tabbarid="0" :value="0"></Tabbares>
 	</view>
 </template>