@@ -87,6 +87,14 @@
})
}
+ },
+ onPullDownRefresh(){
+ //this.page=1;
+ //this.list=[];
+ this.getList();
+ setTimeout(() => {
+ uni.stopPullDownRefresh(); // 关闭下拉刷新
+ }, 2000);
</script>
@@ -246,7 +246,14 @@
});
return false;
-
+ if(!this.mileage){
+ uni.showToast({
+ title: '请填写里程',
+ icon: 'none',
+ duration: 3000
+ });
+ return false;
+ }
if (this.isEditCar == 'true') {
this.updateTMemberCar()
@@ -257,6 +264,7 @@
},
addTMemberCar() {
+
var cardata = {
plateNumber: this.plateNo,
milage: this.mileage?this.mileage:0,