This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
fix call issue
tags/2.2.4
Stormeye.Wu
6 years ago
parent
fdfb5b138d
commit
0e92f0d734
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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() {
Write
Preview
Loading…
Cancel
Save