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