Browse Source

fix call issue

tags/2.2.4
Stormeye.Wu 6 years ago
parent
commit
0e92f0d734
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      pages/passCar/passCar.js

+ 3
- 0
pages/passCar/passCar.js View File

@@ -23,6 +23,9 @@ Page({
} else { } else {
that.bindCar(that.data.addCar) that.bindCar(that.data.addCar)
} }
that.setData({
addCar: null
})
} }
}, },
jumpToAdd: function() { jumpToAdd: function() {


Loading…
Cancel
Save