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
车牌解绑
tags/2.2.4
Stormeye.Wu
6 years ago
parent
d448dcafd1
commit
076734c3e9
1 changed files
with
16 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-1
pages/passCar/passCar.js
+ 16
- 1
pages/passCar/passCar.js
View File
@@ -31,6 +31,21 @@ Component({
wx.redirectTo({
url: '/pages/pay/pay'
});
}
},
delete: function () {
wx.showModal({
title: '提示',
showCancel: false,
content: "删除车牌成功!",
success: function () {
wx.redirectTo({
url: '/pages/passCar/passCar'
});
// wx.switchTab({
// url: '/pages/index/index',
// });
}
})
},
}
})
Write
Preview
Loading…
Cancel
Save