@@ -226,6 +226,11 @@
// this.date = times.getFullYear() + 1 + "-" + Number(times.getMonth() + 1) + "-" + times.getDate()
},
methods: {
+ clickLeft() {
+ uni.navigateBack({
+ delta: 1
+ })
+ },
kdSubmit() {
this.kdShow = false
this.zfControl('value')